We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156152a commit 7009a18Copy full SHA for 7009a18
1 file changed
.github/workflows/build-libs.yml
@@ -183,12 +183,12 @@ jobs:
183
build_wasm:
184
name: Wasm (Emscripten)
185
if: "! contains(github.event.head_commit.message, '[skip ci]')"
186
- runs-on: macos-latest
+ runs-on: ubuntu-latest
187
steps:
188
- uses: actions/[email protected]
189
- - run: |
190
- brew update
191
- brew install emscripten
+ - uses: mymindstorm/setup-emsdk@v11
+ with:
+ version: '2.0.34'
192
- run: ./devops/BuildLibraries.ps1 -Platform Wasm -OutLocation ./libs/wasm
193
shell: pwsh
194
- uses: actions/upload-artifact@v2
0 commit comments