Skip to content

Commit

Permalink
emscripten 3.1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
nathhB committed Sep 12, 2024
1 parent f634261 commit 3c77c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/github-actions/install_emsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
./emsdk install 3.1.64
./emsdk activate 3.1.64
source ./emsdk_env.sh
emcc -v # make sure emcc is available

0 comments on commit 3c77c25

Please sign in to comment.