We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee57f9 commit 7c007b3Copy full SHA for 7c007b3
.github/workflows/main.yml
@@ -20,3 +20,8 @@ jobs:
20
cxx-interop:
21
name: Cxx interop
22
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
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
.github/workflows/pull_request.yml
@@ -24,3 +24,8 @@ jobs:
28
29
30
31
0 commit comments