Skip to content

Commit

Permalink
CI: exclude windows + toywasm
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 10, 2024
1 parent a5f2e10 commit 73a255c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:

- toywasm

# toywasm doesn't support windows
exclude:
- wasm_runtime: toywasm
config:
os: windows-latest

name: Build ${{ matrix.config.artifact }}
runs-on: ${{ matrix.config.os }}
defaults:
Expand Down

0 comments on commit 73a255c

Please sign in to comment.