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 7ee57f9 commit 5f09163Copy full SHA for 5f09163
.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