try adding crun
Some checks failed
/ build (push) Failing after 51s

This commit is contained in:
Hornwitser 2025-05-17 22:55:09 +02:00
parent 3ee3ac90b4
commit c24c09839d
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ jobs:
buildah \ buildah \
ca-certificates \ ca-certificates \
containers-storage \ containers-storage \
crun \
fuse-overlayfs \ fuse-overlayfs \
git \ git \
netavark \ netavark \

View file

@ -16,6 +16,7 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
buildah \ buildah \
ca-certificates \ ca-certificates \
containers-storage \ containers-storage \
crun \
curl \ curl \
fuse-overlayfs \ fuse-overlayfs \
git \ git \