|
16 | 16 | target: |
17 | 17 | [ |
18 | 18 | { platform: linux, arch: x86_64, os: ubuntu-22.04 }, |
19 | | - { platform: windows, arch: x86_64, os: windows-latest }, |
20 | | - { platform: windows, arch: x86_32, os: windows-latest }, |
| 19 | + { platform: windows, arch: x86_64, os: ubuntu-22.04 }, |
| 20 | + { platform: windows, arch: x86_32, os: ubuntu-22.04 }, |
21 | 21 | { platform: macos, arch: universal, os: macos-latest }, |
22 | 22 | { platform: android, arch: arm64, os: ubuntu-22.04 }, |
23 | 23 | { platform: android, arch: arm32, os: ubuntu-22.04 }, |
|
61 | 61 | with: |
62 | 62 | platform: ${{ matrix.target.platform }} |
63 | 63 | em-version: 3.1.62 |
| 64 | + mingw-version: "" # Use package manager default |
64 | 65 |
|
65 | 66 | # Build GDExtension (with caches) |
66 | 67 | - name: Cache .scons_cache |
|
73 | 74 | env: |
74 | 75 | SCONS_CACHE: ${{ github.workspace }}/.scons-cache/ |
75 | 76 | run: | |
76 | | - scons target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }} |
| 77 | + scons use_mingw=yes target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }} |
77 | 78 |
|
78 | 79 | # Sign the binary (macOS only) |
79 | 80 | - name: Mac Sign |
|
0 commit comments