From 80a2f9cbb2f69594e516fb9a46588ac598dd2d53 Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Sun, 12 Apr 2020 08:16:16 +0900 Subject: [PATCH] Update emsdk to 1.39.12 --- ci/emscripten.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/emscripten.sh b/ci/emscripten.sh index 2e87130e..e5272728 100644 --- a/ci/emscripten.sh +++ b/ci/emscripten.sh @@ -23,8 +23,8 @@ git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable cd /emsdk-portable # FIXME: switch to an upstream install once # https://github.com/rust-lang/rust/pull/63649 lands -hide_output ./emsdk install 1.38.42 -./emsdk activate 1.38.42 +hide_output ./emsdk install 1.39.12 +./emsdk activate 1.39.12 # Compile and cache libc # shellcheck disable=SC1091 -- GitLab