Skip to content

Commit

Permalink
Switch to emscripten 3.1.44
Browse files Browse the repository at this point in the history
Sync with graph-prototype.
  • Loading branch information
frankosterfeld committed Apr 24, 2024
1 parent 8051214 commit 0e4d58f
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 @@ -78,9 +78,9 @@ jobs:
git clone --depth=1 https://github.com/emscripten-core/emsdk.git
cd emsdk
# Download and install the latest SDK tools.
./emsdk install releases-bf3c159888633d232c0507f4c76cc156a43c32dc-64bit
./emsdk install 3.1.44
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate releases-bf3c159888633d232c0507f4c76cc156a43c32dc-64bit
./emsdk activate 3.1.44
- name: Install sonar-scanner and build-wrapper
if: matrix.configurations.compiler == 'gcc13' && matrix.cmake-build-type == 'Debug'
Expand Down

0 comments on commit 0e4d58f

Please sign in to comment.