Skip to content

Commit 7ad1349

Browse files
committed
Skip the WASM build
1 parent 6051098 commit 7ad1349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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 }}

0 commit comments

Comments
 (0)