Skip to content

Commit

Permalink
[Emscripten] Update Emscripten version in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chnoblouch committed Jan 11, 2024
1 parent 96765d9 commit fa2d546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wasm-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Emscripten
uses: mymindstorm/setup-emsdk@v11
with:
version: 3.1.50
version: 3.1.46

- 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 fa2d546

Please sign in to comment.