File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 20
20
linux_6_0_arguments_override : " -Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
21
21
linux_nightly_next_arguments_override : " -Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
22
22
linux_nightly_main_arguments_override : " -Xswiftc -strict-concurrency=complete --explicit-target-dependency-import-check error"
23
+
24
+ static-sdk :
25
+ name : Static SDK
26
+ # Workaround https://github.com/nektos/act/issues/1875
27
+ uses : apple/swift-nio/.github/workflows/static_sdk.yml@main
Original file line number Diff line number Diff line change 28
28
cxx-interop :
29
29
name : Cxx interop
30
30
uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
31
+
32
+ static-sdk :
33
+ name : Static SDK
34
+ # Workaround https://github.com/nektos/act/issues/1875
35
+ uses : apple/swift-nio/.github/workflows/static_sdk.yml@main
You can’t perform that action at this time.
0 commit comments