Skip to content

Commit

Permalink
gh-actions: pin emsdk to earlier version until llvm/llvm-project#117200
Browse files Browse the repository at this point in the history
… is fixed and released
  • Loading branch information
mr-c committed Nov 22, 2024
1 parent 9cbeced commit d9512a9
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 @@ -200,8 +200,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 b76bd83583cc5fd07b3a3d5b4857874c1d81a002
./emsdk activate b76bd83583cc5fd07b3a3d5b4857874c1d81a002
source emsdk_env.sh
- name: Install v8
run: |
Expand Down

0 comments on commit d9512a9

Please sign in to comment.