File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/godot-build Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
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/
You can’t perform that action at this time.
0 commit comments