Skip to content

Commit

Permalink
[CI/CD] Use Emscripten version 3.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
chnoblouch committed Dec 21, 2023
1 parent e42fd46 commit 9653b91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wasm-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v11
with:
version: 3.1.50

- name: Configure CMake
run: emcmake cmake -B ${{ github.workspace }}/build -DSL_BUILD_WAI=OFF -DSL_BUILD_WITH_OPENSSL=OFF -DSL_DOWNLOAD_DATA=OFF
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-wasm-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v11
with:
version: 3.1.50

- name: Configure CMake
run: emcmake cmake -B ${{ github.workspace }}/build -DSL_BUILD_WAI=OFF -DSL_BUILD_WITH_OPENSSL=OFF -DSL_DOWNLOAD_DATA=OFF -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 9653b91

Please sign in to comment.