We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40f00 commit 94fc6e8Copy full SHA for 94fc6e8
.github/workflows/pull_request.yml
@@ -38,7 +38,11 @@ jobs:
38
39
wasm-sdk:
40
name: WebAssembly Swift SDK
41
- uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
42
+ with:
43
+ enable_wasm_sdk_build: true
44
+ enable_linux_checks: false
45
+ enable_windows_checks: false
46
47
benchmarks:
48
name: Benchmarks
0 commit comments