Skip to content

Commit

Permalink
gh-actions emscripten: use older release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 18, 2024
1 parent 6c007fe commit b0ea830
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 @@ -168,8 +168,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 4e7eadf19c76c143e522b535254eb99a9b34fd6d
./emsdk activate 4e7eadf19c76c143e522b535254eb99a9b34fd6d
source emsdk_env.sh
- name: Install v8
run: |
Expand Down

0 comments on commit b0ea830

Please sign in to comment.