Skip to content

Commit

Permalink
Skip the WASM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Nov 10, 2024
1 parent 6051098 commit 7ad1349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: build
run: |
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
continue-on-error: true # See https://github.com/swiftwasm/swift/issues/5592
- name: test
run: |
swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}

0 comments on commit 7ad1349

Please sign in to comment.