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
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:
@ -38,6 +38,7 @@ echo "Running SCons inside container..."
|
||||
|
||||
buildah run \
|
||||
--volume "$PWD":/src \
|
||||
--storage-driver=vfs \
|
||||
"$CTR" \
|
||||
scons platform="$PLATFORM" \
|
||||
target="$TARGET" \
|
||||
|
||||
Reference in New Issue
Block a user