Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading