fix(oci): use sudo to install

This commit is contained in:
2025-08-13 09:52:50 +02:00
parent 4bd3b8ac8b
commit fa0f8ca099

View File

@@ -24,8 +24,8 @@ jobs:
run: |-
if ! comamnd -v buildah 2>/dev/null; then
echo "Install Buildah"
apt-get update
apt-get install -y buildah
sudo apt-get update
sudo apt-get install -y buildah
else
echo "Buildah already installed"
fi