Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Testing static cpp builds
  • Loading branch information
RevoluPowered authored Nov 19, 2024
1 parent e848e1b commit 931625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/godot-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ runs:
export BUILD_NAME="gh"
fi
scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }}
scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} use_static_cpp=yes
ls -l bin/

0 comments on commit 931625f

Please sign in to comment.