From b627dd731ba5ff3b69a7a712ba52fa875bc36d1f Mon Sep 17 00:00:00 2001 From: joshua-spacetime Date: Fri, 21 Aug 2026 16:32:54 -0700 Subject: [PATCH] Remove Emscripten installation from linux smoketests --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd623ca3ade..bec8203ab8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,16 +344,6 @@ jobs: with: run_install: true - # Install emscripten for C++ module compilation tests. - - name: Install emscripten (Linux) - if: runner.os == 'Linux' - shell: bash - run: | - git clone https://github.com/emscripten-core/emsdk.git ~/emsdk - cd ~/emsdk - ./emsdk install 4.0.21 - ./emsdk activate 4.0.21 - - name: Install emscripten (Windows) if: runner.os == 'Windows' shell: pwsh