Skip to content

Commit

Permalink
CI: Install specific emsdk version
Browse files Browse the repository at this point in the history
Currently the latest emsdk version is 3.1.35
  • Loading branch information
Shaikh-Ubaid committed Apr 11, 2023
1 parent 6281476 commit 721c6d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,9 @@ jobs:
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
# Download and install the latest SDK tools.
./emsdk install latest
./emsdk install 3.1.35
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate latest
./emsdk activate 3.1.35
- name: Show Emscripten and Node Info
shell: bash -l {0}
Expand Down

0 comments on commit 721c6d4

Please sign in to comment.