Skip to content

Commit

Permalink
Remove invalid production=yes flag from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce authored Sep 20, 2024
1 parent 74718bf commit 921c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ runs:
env:
SCONS_CACHE: ${{ github.workspace }}/${{ inputs.gdextension-location }}/${{ inputs.scons-cache }}/
run: |
scons target=${{ inputs.build-target-type }} platform=${{ inputs.platform }} arch=${{ inputs.arch }} precision=${{ inputs.float-precision }} production=yes
scons target=${{ inputs.build-target-type }} platform=${{ inputs.platform }} arch=${{ inputs.arch }} precision=${{ inputs.float-precision }}
working-directory: ${{ inputs.gdextension-location }}

0 comments on commit 921c6ef

Please sign in to comment.