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 63982ca commit d76f087Copy full SHA for d76f087
.github/workflows/main.yml
@@ -42,3 +42,8 @@ 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
+ # Workaround https://github.com/nektos/act/issues/1875
49
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
.github/workflows/pull_request.yml
@@ -58,3 +58,8 @@ jobs:
58
59
linux_5_9_enabled: false
60
linux_5_10_enabled: false
61
62
63
64
65
0 commit comments