fixed CI rust dep version mismatch
Some checks failed
dev release / build (push) Failing after 8m50s
Some checks failed
dev release / build (push) Failing after 8m50s
This commit is contained in:
parent
c60f3abf07
commit
c462f89934
3 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,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 \
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue