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 b99db59 commit 696ecc4Copy full SHA for 696ecc4
.github/workflows/main.yml
@@ -29,3 +29,7 @@ jobs:
29
swift_test_enabled: false # requires running Cassandra server
30
watchos_xcode_build_enabled: false # posix API availability
31
tvos_xcode_build_enabled: false # posix API availability
32
+
33
+ static-sdk:
34
+ name: Static SDK
35
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
.github/workflows/pull_request.yml
@@ -35,3 +35,7 @@ jobs:
36
37
runner_pool: general
38
39
40
41
0 commit comments