From 1a020b1b538420b11c073316d8320d6292b11838 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sat, 21 Oct 2023 08:51:38 +0200 Subject: [PATCH] Revert "gh-actions: emscripten use 3.1.45, not tot" This reverts commit 07eb419093e952fd48d8486a3b5a8e366ba5b055. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71613ada3..818f4840b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,8 +171,8 @@ jobs: run: | git clone https://github.com/emscripten-core/emsdk.git /opt/emsdk cd /opt/emsdk - ./emsdk install 3.1.45 # tot - ./emsdk activate 3.1.45 # tot + ./emsdk install tot + ./emsdk activate tot source emsdk_env.sh - name: Install v8 run: |