From 8ee0851816b3aee89ee3853bd3b2162e034f4ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 8 May 2024 01:10:23 +0200 Subject: [PATCH] CI: Use Emscripten 3.1.59 for Web platform Works around CI failure due to mismatch between current emsdk and older releases. --- .github/workflows/web_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml index 47f7e4d45860..cfa1571d1f65 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: