Skip to content

Commit

Permalink
Build WASM with emcc 2.x (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus authored May 24, 2022
1 parent 156152a commit 7009a18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ jobs:
build_wasm:
name: Wasm (Emscripten)
if: "! contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: |
brew update
brew install emscripten
- uses: mymindstorm/setup-emsdk@v11
with:
version: '2.0.34'
- run: ./devops/BuildLibraries.ps1 -Platform Wasm -OutLocation ./libs/wasm
shell: pwsh
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7009a18

Please sign in to comment.