Skip to content

Commit

Permalink
fixed emscripten build with specific 3.1.73 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 22, 2024
1 parent 29ae662 commit 9f57442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
./emsdk install b363a836e75a245c548b7a6a021822d8c9e4c6df
./emsdk activate b363a836e75a245c548b7a6a021822d8c9e4c6df
source ./emsdk_env.sh
# Build using Emscripten
Expand Down

0 comments on commit 9f57442

Please sign in to comment.