Skip to content

Commit 0e2d152

Browse files
committed
CI: Disable redirect_build_objects for GHA
1 parent 863a5ff commit 0e2d152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/godot-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
env:
2929
SCONSFLAGS: ${{ inputs.sconsflags }}
3030
run: |
31-
echo "Building with flags:" platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}"
31+
echo "Building with flags:" platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}" redirect_build_objects=no
3232
3333
if [ "${{ inputs.target }}" != "editor" ]; then
3434
# Ensure we don't include editor code in export template builds.
@@ -42,5 +42,5 @@ runs:
4242
export BUILD_NAME="gh"
4343
fi
4444
45-
scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}"
45+
scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} "cache_path=${{ inputs.scons-cache }}" redirect_build_objects=no
4646
ls -l bin/

0 commit comments

Comments
 (0)