diff --git a/.gitea/workflows/scripts/build-with-buildah.sh b/.gitea/workflows/scripts/build-with-buildah.sh index a2c0f62b726..2b9abe7954b 100644 --- a/.gitea/workflows/scripts/build-with-buildah.sh +++ b/.gitea/workflows/scripts/build-with-buildah.sh @@ -34,7 +34,7 @@ if [ "$PLATFORM" = "windows" ]; then fi # We use 'buildah config' to set it on the container instance instead. -buildah config --storage-driver=vfs --workingdir /src "$CTR" +buildah config --workingdir /src "$CTR" echo "Running: scons $SCONS_FLAGS"