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 13544eb commit 7e2d7f1Copy full SHA for 7e2d7f1
.github/workflows/pull_request.yml
@@ -76,3 +76,8 @@ jobs:
76
run: swift test --filter "(?i)vsock" | tee test.out
77
- name: Check for skipped tests
78
run: test -r test.out && ! grep -i skipped test.out
79
+
80
+ static-sdk:
81
+ name: Static SDK
82
+ # Workaround https://github.com/nektos/act/issues/1875
83
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@static_sdk_workflow # TODO: change to @main
0 commit comments