Again
Buildtest / build (push) Failing after 2s

This commit is contained in:
Dominik Werder
2026-07-03 13:11:22 +02:00
parent 38c56a7841
commit 4816902be2
+5 -5
View File
@@ -18,11 +18,11 @@ jobs:
steps:
- name: Install podman
run: |
which podman
which zstd
which curl
sudo apt-get update
sudo apt-get install -y podman
echo $(which podman)
echo $(which zstd)
echo $(which curl)
sudo apt-get install --assume-yes podman
# sudo apt-get update
- name: Load build image
run: |
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"