We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9a134 commit b5198dbCopy full SHA for b5198db
.github/workflows/builds.yml
@@ -16,8 +16,8 @@ jobs:
16
target:
17
[
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 },
+ { platform: windows, arch: x86_64, os: ubuntu-22.04 },
+ { platform: windows, arch: x86_32, os: ubuntu-22.04 },
21
{ platform: macos, arch: universal, os: macos-latest },
22
{ platform: android, arch: arm64, os: ubuntu-22.04 },
23
{ platform: android, arch: arm32, os: ubuntu-22.04 },
@@ -61,6 +61,7 @@ jobs:
61
with:
62
platform: ${{ matrix.target.platform }}
63
em-version: 3.1.62
64
+ mingw-version: "" # Use package manager default
65
66
# Build GDExtension (with caches)
67
- name: Cache .scons_cache
0 commit comments