Skip to content

Commit

Permalink
Fix emscripten matrix entry in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Oct 15, 2024
1 parent 7c5b555 commit 9b66476
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,16 @@ jobs:
runner: macos-13

- system: emscripten
runner: ubuntu-latest
runner: windows-latest
cmake-wrapper: emcmake
emsdk-version: 3.1.61
webgpu-backend: EMSCRIPTEN
link-type: STATIC

exclude:
# Latest version of Dawn to not support static linking
- webgpu-backend: DAWN
link-type: STATIC
# Emscripten does not care about backend, keeping only DAWN as a mock value
- system: emscripten
webgpu-backend: WGPU
# Emscripten does not care about linking, keeping only STATIC as a mock value
- system: emscripten
link-type: SHARED


runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 9b66476

Please sign in to comment.