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: |