diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2395eeb346..b56dd41aa0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -421,16 +421,6 @@ jobs: - name: Install TypeScript SDK dependencies run: pnpm --filter spacetimedb install - # 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