Skip to content

Commit

Permalink
CI: Pin Emscripten version to 1.39.20 temporarily
Browse files Browse the repository at this point in the history
1.40.0 introduced a regression for us:
emscripten-core/emscripten#11771

This is not necessary in the master branch, presumably because
it doesn't build any WebGL code (yet).
  • Loading branch information
akien-mga committed Jul 31, 2020
1 parent fc74512 commit 1244986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
GODOT_BASE_BRANCH: 3.2
SCONS_CACHE_LIMIT: 4096
EM_VERSION: latest
EM_VERSION: 1.39.20
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
Expand Down

0 comments on commit 1244986

Please sign in to comment.