Skip to content

Commit 80a2f9c

Browse files
committed
Update emsdk to 1.39.12
1 parent 4eb6331 commit 80a2f9c

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
@@ -23,8 +23,8 @@ git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
2323
cd /emsdk-portable
2424
# FIXME: switch to an upstream install once
2525
# https://github.com/rust-lang/rust/pull/63649 lands
26-
hide_output ./emsdk install 1.38.42
27-
./emsdk activate 1.38.42
26+
hide_output ./emsdk install 1.39.12
27+
./emsdk activate 1.39.12
2828

2929
# Compile and cache libc
3030
# shellcheck disable=SC1091

0 commit comments

Comments
 (0)