File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 30
30
uses : apple/swift-nio/.github/workflows/macos_tests.yml@main
31
31
with :
32
32
build_scheme : swift-distributed-tracing-Package
33
+
34
+ wasm-sdk :
35
+ name : WebAssembly SDK
36
+ # TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged
37
+ # uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
38
+ uses : kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci
Original file line number Diff line number Diff line change 23
23
linux_6_1_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
24
24
linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
25
25
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
26
+
27
+ wasm-sdk :
28
+ name : WebAssembly SDK
29
+ # TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged
30
+ # uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
31
+ uses : kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci
26
32
27
33
benchmarks :
28
34
name : Benchmarks
You can’t perform that action at this time.
0 commit comments