Skip to content

Commit 4cf6155

Browse files
committed
Skip the WASM build
1 parent 674e78a commit 4cf6155

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.github/workflows/wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: build
3131
run: |
3232
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
33+
continue-on-error: true # See https://github.com/swiftwasm/swift/issues/5592
3334
- name: test
3435
run: |
3536
swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}

Package.resolved

Lines changed: 37 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)