Skip to content

Commit b5198db

Browse files
committed
cross-compile
1 parent 0f9a134 commit b5198db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/builds.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
target:
1717
[
1818
{ 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 },
2121
{ platform: macos, arch: universal, os: macos-latest },
2222
{ platform: android, arch: arm64, os: ubuntu-22.04 },
2323
{ platform: android, arch: arm32, os: ubuntu-22.04 },
@@ -61,6 +61,7 @@ jobs:
6161
with:
6262
platform: ${{ matrix.target.platform }}
6363
em-version: 3.1.62
64+
mingw-version: "" # Use package manager default
6465

6566
# Build GDExtension (with caches)
6667
- name: Cache .scons_cache

0 commit comments

Comments
 (0)