Skip to content

Commit d3c7de8

Browse files
committed
Update emscripten, take 2
1 parent a5a5a90 commit d3c7de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/emscripten.sh

Lines changed: 2 additions & 2 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.40-64bit
38-
./emsdk activate sdk-1.38.40-64bit
37+
hide_output ./emsdk install 1.38.37
38+
./emsdk activate 1.38.37
3939

4040
# Compile and cache libc
4141
# shellcheck disable=SC1091

0 commit comments

Comments
 (0)