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 94fc6e8 commit 240b391Copy full SHA for 240b391
.github/workflows/main.yml
@@ -45,7 +45,11 @@ jobs:
45
46
wasm-sdk:
47
name: WebAssembly Swift SDK
48
- uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
49
+ with:
50
+ enable_wasm_sdk_build: true
51
+ enable_linux_checks: false
52
+ enable_windows_checks: false
53
54
release-builds:
55
name: Release builds
0 commit comments