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 384a8db commit a2430b3Copy full SHA for a2430b3
.github/workflows/main.yml
@@ -24,3 +24,8 @@ jobs:
24
benchmark_package_path: "IntegrationTests/Benchmarks"
25
linux_5_9_enabled: false
26
linux_5_10_enabled: false
27
+
28
+ static-sdk:
29
+ name: Static SDK
30
+ # Workaround https://github.com/nektos/act/issues/1875
31
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
.github/workflows/pull_request.yml
@@ -66,3 +66,8 @@ jobs:
66
with:
67
68
69
70
71
72
73
0 commit comments