We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13175a8 commit a5a5a90Copy full SHA for a5a5a90
ci/emscripten.sh
@@ -34,8 +34,8 @@ curl --retry 5 -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/ems
34
35
cd /emsdk-portable
36
./emsdk update
37
-hide_output ./emsdk install sdk-1.38.15-64bit
38
-./emsdk activate sdk-1.38.15-64bit
+hide_output ./emsdk install sdk-1.38.40-64bit
+./emsdk activate sdk-1.38.40-64bit
39
40
# Compile and cache libc
41
# shellcheck disable=SC1091
@@ -53,4 +53,3 @@ chmod a+rxw -R /emsdk-portable
53
cd /
54
curl --retry 5 -L https://nodejs.org/dist/v12.3.1/node-v12.3.1-linux-x64.tar.xz | \
55
tar -xJ
56
-
0 commit comments