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 \
|
buildah run \
|
||||||
--volume "$PWD":/src \
|
--volume "$PWD":/src \
|
||||||
|
--storage-driver=vfs \
|
||||||
"$CTR" \
|
"$CTR" \
|
||||||
scons platform="$PLATFORM" \
|
scons platform="$PLATFORM" \
|
||||||
target="$TARGET" \
|
target="$TARGET" \
|
||||||
|
|||||||
Reference in New Issue
Block a user