Explorar o código

Merge pull request #40914 from akien-mga/3.2-ci-emscripten-1.39.20

CI: Pin Emscripten version to 1.39.20 to fix regression
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
23b553ba06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/javascript_builds.yml

+ 1 - 1
.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: