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.
2 parents b18ebe5 + 6830cf0 commit 613d07fCopy full SHA for 613d07f
.github/workflows/main.yml
@@ -42,3 +42,7 @@ jobs:
42
with:
43
name: "Plugin tests"
44
matrix_string: '${{ needs.construct-plugin-tests-matrix.outputs.plugin-tests-matrix }}'
45
+
46
+ static-sdk:
47
+ name: Static SDK
48
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
.github/workflows/pull_request.yml
@@ -58,3 +58,7 @@ jobs:
58
59
linux_5_9_enabled: false
60
linux_5_10_enabled: false
61
62
63
64
0 commit comments