We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
use_mingw=yes
1 parent 8e13217 commit b9abc4cCopy full SHA for b9abc4c
.github/workflows/builds.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
75
run: |
76
- scons target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
+ scons use_mingw=yes target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
77
78
# Sign the binary (macOS only)
79
- name: Mac Sign
0 commit comments