mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Travis: Pin Emscripten version to 1.39.19
1.39.20 dropped support for the no-embedded mode we use since #39168, as our detection logic hasn't been fixed yet to support the embedded mode.
This commit is contained in:
parent
15a97679bb
commit
ca325856cf
@ -67,7 +67,7 @@ install:
|
||||
misc/ci/android-tools-linux.sh;
|
||||
fi
|
||||
- if [ "$PLATFORM" = "javascript" ]; then
|
||||
git clone --depth 1 "https://github.com/emscripten-core/emsdk.git";
|
||||
git clone --depth 1 --branch 1.39.19 https://github.com/emscripten-core/emsdk;
|
||||
./emsdk/emsdk install latest;
|
||||
./emsdk/emsdk activate --no-embedded latest;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user