Merge pull request #39168 from madmiraal/fix-javascript-ci
Activate emscripten with no-embedded option.
This commit is contained in:
commit
240032ade7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ install:
|
|||
- if [ "$PLATFORM" = "javascript" ]; then
|
||||
git clone --depth 1 "https://github.com/emscripten-core/emsdk.git";
|
||||
./emsdk/emsdk install latest;
|
||||
./emsdk/emsdk activate latest;
|
||||
./emsdk/emsdk activate --no-embedded latest;
|
||||
fi
|
||||
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
||||
unset SCONS_CACHE;
|
||||
|
|
Loading…
Reference in a new issue