mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Merge pull request #91687 from akien-mga/ci-web-emscripten-3.1.59
CI: Use Emscripten 3.1.59 for Web platform
This commit is contained in:
commit
9c7e4031c0
2
.github/workflows/web_builds.yml
vendored
2
.github/workflows/web_builds.yml
vendored
@ -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.39
|
||||
EM_VERSION: 3.1.59
|
||||
EM_CACHE_FOLDER: "emsdk-cache"
|
||||
|
||||
concurrency:
|
||||
|
Loading…
Reference in New Issue
Block a user