From d9512a9f644e47a537abdfa8a6c1bc787afa04f6 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 22 Nov 2024 13:30:59 +0100 Subject: [PATCH] gh-actions: pin emsdk to earlier version until https://github.com/llvm/llvm-project/issues/117200 is fixed and released --- .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 0efceabdf..d6f3175bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,8 +200,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 b76bd83583cc5fd07b3a3d5b4857874c1d81a002 + ./emsdk activate b76bd83583cc5fd07b3a3d5b4857874c1d81a002 source emsdk_env.sh - name: Install v8 run: |