diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-08 01:10:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-08 01:10:23 +0200 |
commit | 8ee0851816b3aee89ee3853bd3b2162e034f4ba3 (patch) | |
tree | 8fcfc51791478fe85176e016468418bd86c214ca | |
parent | a65cc6b62ad3354c836d6977de78b7e0ea6097a2 (diff) | |
download | redot-engine-8ee0851816b3aee89ee3853bd3b2162e034f4ba3.tar.gz |
CI: Use Emscripten 3.1.59 for Web platform
Works around CI failure due to mismatch between current emsdk and older releases.
-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: |