diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-30 23:57:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 23:57:02 +0200 |
commit | 87f9038ca017b8d8275677578ec08923787fc2b4 (patch) | |
tree | 0e0fe541d04da59c28d47ba8affc9b6107a24432 /.github/workflows | |
parent | f6714581cc29e14d2b0799a36d5ce91e172489c5 (diff) | |
parent | f958f002832608b294ea4bbc588f4bc7e4ef95d4 (diff) |
Merge pull request #65094 from Faless/web/4.x_templates_refactor
[Web] Require threads, rtti, allow optimize=speed.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/web_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml index 8c5b14e314..b3fb87ed7e 100644 --- a/.github/workflows/web_builds.yml +++ b/.github/workflows/web_builds.yml @@ -6,7 +6,7 @@ env: # Only used for the cache key. Increment version to force clean build. GODOT_BASE_BRANCH: master SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no - EM_VERSION: 3.1.10 + EM_VERSION: 3.1.20 EM_CACHE_FOLDER: "emsdk-cache" concurrency: |