Merge pull request #48 from Ivorforce/Ivorforce-patch-production-gh-action
commit
3644c3e0cf
|
@ -116,5 +116,5 @@ runs:
|
||||||
env:
|
env:
|
||||||
SCONS_CACHE: ${{ github.workspace }}/${{ inputs.gdextension-location }}/${{ inputs.scons-cache }}/
|
SCONS_CACHE: ${{ github.workspace }}/${{ inputs.gdextension-location }}/${{ inputs.scons-cache }}/
|
||||||
run: |
|
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 }}
|
working-directory: ${{ inputs.gdextension-location }}
|
||||||
|
|
Loading…
Reference in New Issue