Skip to content

Commit

Permalink
Revert "gh-actions: emscripten use 3.1.45, not tot"
Browse files Browse the repository at this point in the history
This reverts commit 07eb419.
  • Loading branch information
mr-c committed Oct 21, 2023
1 parent 029d749 commit 1a020b1
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 @@ -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: |
Expand Down

0 comments on commit 1a020b1

Please sign in to comment.