diff options
| author | Haoyu Qiu <timothyqiu@users.noreply.github.com> | 2024-05-08 09:01:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-08 09:01:16 +0800 |
| commit | 9c7e4031c03edb1f40c9a2876f6876fb2d404141 (patch) | |
| tree | 8fcfc51791478fe85176e016468418bd86c214ca | |
| parent | a65cc6b62ad3354c836d6977de78b7e0ea6097a2 (diff) | |
| parent | 8ee0851816b3aee89ee3853bd3b2162e034f4ba3 (diff) | |
| download | redot-engine-9c7e4031c03edb1f40c9a2876f6876fb2d404141.tar.gz | |
Merge pull request #91687 from akien-mga/ci-web-emscripten-3.1.59
CI: Use Emscripten 3.1.59 for Web platform
| -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 47f7e4d458..cfa1571d1f 100644 --- a/.github/workflows/web_builds.yml +++ b/.github/workflows/web_builds.yml @@ -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: |
