Skip to content

Commit 6d03a43

Browse files
committed
wip
1 parent cac50d6 commit 6d03a43

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
@@ -32,8 +32,8 @@ git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
3232
cd /emsdk-portable
3333
# FIXME: switch to an upstream install once
3434
# https://github.com/rust-lang/rust/pull/63649 lands
35-
hide_output ./emsdk install 1.38.42
36-
./emsdk activate 1.38.42
35+
hide_output ./emsdk install latest-upstream
36+
./emsdk activate latest-upstream
3737

3838
# Compile and cache libc
3939
# shellcheck disable=SC1091

0 commit comments

Comments
 (0)