Skip to content

Commit

Permalink
CI: Pin Emscripten to 3.1.39
Browse files Browse the repository at this point in the history
Due to godotengine#82865, newer versions can't be used for dlink-enabled Web builds.
This isn't a problem for CI which doesn't use dlink, but it's clearer for
users if our CI version matches the one we use for official builds.

(cherry picked from commit 51aff13)
  • Loading branch information
akien-mga authored and YuriSizov committed Jan 23, 2024
1 parent 4100743 commit 1e460e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: '4.1'
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no
EM_VERSION: 3.1.45
EM_VERSION: 3.1.39
EM_CACHE_FOLDER: "emsdk-cache"

concurrency:
Expand Down

0 comments on commit 1e460e3

Please sign in to comment.