Skip to content

Commit da43264

Browse files
committed
fix: try podman
Signed-off-by: Brian Ketelsen <bketelsen@gmail.com>
1 parent 8001ae0 commit da43264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Check latest package versions
1818
run: |
19-
docker run --rm \
19+
podman run --rm \
2020
-v "$PWD/mkosi.sandbox/etc/apt/sources.list.d:/etc/apt/sources.list.d" \
2121
-v "$PWD/mkosi.sandbox/etc/apt/keyrings:/etc/apt/keyrings" \
2222
ghcr.io/frostyard/snow:latest bash -c '

0 commit comments

Comments
 (0)