From 38b0a90e40ad458f5342b63e859c50d5019bed9a Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 26 Sep 2023 09:15:19 +0200 Subject: [PATCH] gh-actions: emscripten use 3.1.45, not tot 3.1.46+ fails: https://github.com/emscripten-core/emscripten/issues/20250 --- .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 7797544ac..a91987b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,8 +170,8 @@ jobs: run: | git clone https://github.com/emscripten-core/emsdk.git /opt/emsdk cd /opt/emsdk - ./emsdk install tot - ./emsdk activate tot + ./emsdk install 3.1.45 # tot + ./emsdk activate 3.1.45 # tot source emsdk_env.sh - name: Install v8 run: |