Skip to content

Commit

Permalink
Merge pull request #4229 from randombit/jack/disable-emscripten
Browse files Browse the repository at this point in the history
Disable Emscripten build
  • Loading branch information
randombit authored Jul 18, 2024
2 parents 681a035 + 392ebe8 commit b8af12b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
- target: cross-arm64-amalgamation
compiler: gcc
host_os: ubuntu-24.04
- target: emscripten
compiler: emcc
host_os: macos-14
# Disabled due to https://github.com/emscripten-core/emscripten/issues/22249
# - target: emscripten
# compiler: emcc
# host_os: macos-14

runs-on: ${{ matrix.host_os }}

Expand Down

0 comments on commit b8af12b

Please sign in to comment.