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