From b66f94d2ff9c5b764a06dd8f62d240fb711d54cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 10 May 2022 12:06:09 +0200 Subject: [PATCH] CI: Update Emscripten to 3.1.10 That's the version that we'll (tentatively) use for future 3.x and 4.0 builds. (cherry picked from commit f07021fbeb7d91011c1534702042697d246551ac) --- .github/workflows/javascript_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index df26cdd2abb..4f6da710708 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -5,7 +5,7 @@ on: [push, pull_request] env: GODOT_BASE_BRANCH: 3.x SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no - EM_VERSION: 2.0.25 + EM_VERSION: 3.1.10 EM_CACHE_FOLDER: "emsdk-cache" concurrency: