Skip to content

Commit a5a5a90

Browse files
committed
Update emscripten version
1 parent 13175a8 commit a5a5a90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/emscripten.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ curl --retry 5 -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/ems
3434

3535
cd /emsdk-portable
3636
./emsdk update
37-
hide_output ./emsdk install sdk-1.38.15-64bit
38-
./emsdk activate sdk-1.38.15-64bit
37+
hide_output ./emsdk install sdk-1.38.40-64bit
38+
./emsdk activate sdk-1.38.40-64bit
3939

4040
# Compile and cache libc
4141
# shellcheck disable=SC1091
@@ -53,4 +53,3 @@ chmod a+rxw -R /emsdk-portable
5353
cd /
5454
curl --retry 5 -L https://nodejs.org/dist/v12.3.1/node-v12.3.1-linux-x64.tar.xz | \
5555
tar -xJ
56-

0 commit comments

Comments
 (0)