Browse Source

Use previous version of Emscripten

Emscripten was updated from version 3.1.17 to 3.1.18 and the engine stopped compiling
1vanK 3 years ago
parent
commit
73ea8a0f55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -327,8 +327,8 @@ jobs:
         set -x # Echo commands
         set -x # Echo commands
         echo "Current dir: $PWD"
         echo "Current dir: $PWD"
         git clone --depth 1 https://github.com/emscripten-core/emsdk.git
         git clone --depth 1 https://github.com/emscripten-core/emsdk.git
-        ./emsdk/emsdk install latest
-        ./emsdk/emsdk activate latest
+        ./emsdk/emsdk install 3.1.17
+        ./emsdk/emsdk activate 3.1.17
         chmod +x ./emsdk/emsdk_env.sh
         chmod +x ./emsdk/emsdk_env.sh
         ./emsdk/emsdk_env.sh
         ./emsdk/emsdk_env.sh
         TOOLCHAIN=$PWD/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
         TOOLCHAIN=$PWD/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake