Fix config storage drive
All checks were successful
Build Godot Engine / Build ${{ matrix.platform }} ${{ matrix.target }} (godot-linux-debug, linux, linuxbsd, no, template_debug) (push) Successful in 18m0s
Build Godot Engine / Build ${{ matrix.platform }} ${{ matrix.target }} (godot-linux-editor, linux, linuxbsd, yes, editor) (push) Successful in 27m43s
Build Godot Engine / Build ${{ matrix.platform }} ${{ matrix.target }} (godot-linux-release, linux, linuxbsd, yes, template_release) (push) Successful in 18m6s
Build Godot Engine / Build ${{ matrix.platform }} ${{ matrix.target }} (godot-windows-debug, windows, windows, no, template_debug) (push) Successful in 23m21s
Build Godot Engine / Build ${{ matrix.platform }} ${{ matrix.target }} (godot-windows-editor, windows, windows, yes, editor) (push) Successful in 35m48s
Build Godot Engine / Build ${{ matrix.platform }} ${{ matrix.target }} (godot-windows-release, windows, windows, yes, template_release) (push) Successful in 24m1s
Build Godot Engine / publish (push) Successful in 1m41s

This commit is contained in:
2025-12-03 21:47:51 +01:00
parent 8787924648
commit e40804a4ae

View File

@ -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"