swap to docker
Some checks failed
dev release / build (push) Failing after 1m37s

This commit is contained in:
Breadway 2026-08-03 13:19:15 +08:00
parent 58309ba005
commit 80941518f7
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: build inside container - name: build inside container
run: | run: |
podman run --rm \ docker run --rm \
-v "$(pwd)/src:/workspace" \ -v "$(pwd)/src:/workspace" \
-w /workspace \ -w /workspace \
fedora:41 \ fedora:41 \

View file

@ -18,7 +18,7 @@ jobs:
- name: build inside container - name: build inside container
run: | run: |
podman run --rm \ docker run --rm \
-v "$(pwd)/src:/workspace" \ -v "$(pwd)/src:/workspace" \
-w /workspace \ -w /workspace \
fedora:41 \ fedora:41 \

View file

@ -18,7 +18,7 @@ jobs:
- name: build inside container - name: build inside container
run: | run: |
podman run --rm \ docker run --rm \
-v "$(pwd)/src:/workspace" \ -v "$(pwd)/src:/workspace" \
-w /workspace \ -w /workspace \
fedora:41 \ fedora:41 \