We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeacee1 commit 5bfdad9Copy full SHA for 5bfdad9
1 file changed
.circleci/config.yml
@@ -41,7 +41,7 @@ commands:
41
cd ~/emsdk-master
42
./emsdk update-tags
43
./emsdk install tot-upstream
44
- ./emsdk activate tot-upstream
+ ./emsdk activate --no-embedded tot-upstream
45
# Remove the emsdk version of emscripten to save space in the
46
# persistent workspace and to avoid any confusion with the version
47
# we are trying to test.
@@ -315,7 +315,7 @@ jobs:
315
316
317
./emsdk install tot-fastcomp
318
- ./emsdk activate tot-fastcomp
+ ./emsdk activate --no-embedded tot-fastcomp
319
320
321
0 commit comments