Skip to content

Commit

Permalink
cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
unvermuthet committed Mar 5, 2025
1 parent 0f9a134 commit b5198db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
target:
[
{ platform: linux, arch: x86_64, os: ubuntu-22.04 },
{ platform: windows, arch: x86_64, os: windows-latest },
{ 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 },
{ platform: macos, arch: universal, os: macos-latest },
{ platform: android, arch: arm64, os: ubuntu-22.04 },
{ platform: android, arch: arm32, os: ubuntu-22.04 },
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
with:
platform: ${{ matrix.target.platform }}
em-version: 3.1.62
mingw-version: "" # Use package manager default

# Build GDExtension (with caches)
- name: Cache .scons_cache
Expand Down

0 comments on commit b5198db

Please sign in to comment.