Skip to content

Commit

Permalink
gh-actions: emscripten use 3.1.45, not tot
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 26, 2023
1 parent 4d55fc2 commit 38b0a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 38b0a90

Please sign in to comment.