CI: Pin Emscripten to 3.1.39

Due to #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.
This commit is contained in:
Rémi Verschelde 2023-11-10 15:25:08 +01:00
parent 2b987d1c54
commit 51aff13ef4
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -7,7 +7,7 @@ env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master
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: