fixed CI libadwaita version mismatch
Some checks failed
dev release / build (push) Failing after 3m2s
Some checks failed
dev release / build (push) Failing after 3m2s
This commit is contained in:
parent
72f86f0675
commit
d46fb98321
3 changed files with 3 additions and 3 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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