CI: Update Emscripten to 3.1.10
That's the version that we'll (tentatively) use for future 3.x and 4.0
builds.
(cherry picked from commit f07021fbeb
)
This commit is contained in:
parent
5e693b6d84
commit
b66f94d2ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/javascript_builds.yml
vendored
2
.github/workflows/javascript_builds.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
env:
|
||||
GODOT_BASE_BRANCH: 3.x
|
||||
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no
|
||||
EM_VERSION: 2.0.25
|
||||
EM_VERSION: 3.1.10
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
|
||||
concurrency:
|
||||
|
|
Loading…
Reference in a new issue