Look for container in correct storage
Some checks failed
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-debug, Debug Template, no, template_debug) (push) Failing after 1m20s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-editor, Editor, yes, editor) (push) Failing after 1m21s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-release, Release Template, yes, template_release) (push) Has been cancelled

This commit is contained in:
2025-12-02 13:49:51 +01:00
parent 74eba5fc29
commit 54b45d1604

View File

@ -38,6 +38,7 @@ echo "Running SCons inside container..."
buildah run \
--volume "$PWD":/src \
--storage-driver=vfs \
"$CTR" \
scons platform="$PLATFORM" \
target="$TARGET" \