From 1244986f989ad1cb47d10cde2f5ee9b0e87e83a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 31 Jul 2020 14:09:33 +0200 Subject: [PATCH] CI: Pin Emscripten version to 1.39.20 temporarily 1.40.0 introduced a regression for us: https://github.com/emscripten-core/emscripten/issues/11771 This is not necessary in the master branch, presumably because it doesn't build any WebGL code (yet). --- .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 be305c0c09f..39e1be6f11d 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.2 SCONS_CACHE_LIMIT: 4096 - EM_VERSION: latest + EM_VERSION: 1.39.20 EM_CACHE_FOLDER: 'emsdk-cache' jobs: