Skip to content

Commit 7009a18

Browse files
Build WASM with emcc 2.x (#429)
1 parent 156152a commit 7009a18

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-libs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ jobs:
183183
build_wasm:
184184
name: Wasm (Emscripten)
185185
if: "! contains(github.event.head_commit.message, '[skip ci]')"
186-
runs-on: macos-latest
186+
runs-on: ubuntu-latest
187187
steps:
188188
- uses: actions/[email protected]
189-
- run: |
190-
brew update
191-
brew install emscripten
189+
- uses: mymindstorm/setup-emsdk@v11
190+
with:
191+
version: '2.0.34'
192192
- run: ./devops/BuildLibraries.ps1 -Platform Wasm -OutLocation ./libs/wasm
193193
shell: pwsh
194194
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)