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