From 931625f2e52d9166e15e2b6b8d75f12bfafcac4e Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Tue, 19 Nov 2024 15:49:31 +0000 Subject: [PATCH] Update action.yml Testing static cpp builds --- .github/actions/godot-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/godot-build/action.yml b/.github/actions/godot-build/action.yml index 540f46a8..dcac8efd 100644 --- a/.github/actions/godot-build/action.yml +++ b/.github/actions/godot-build/action.yml @@ -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/