We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c309c commit e1c9d54Copy full SHA for e1c9d54
.github/workflows/main.yml
@@ -23,3 +23,8 @@ jobs:
23
with:
24
name: "Integration test"
25
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
26
+
27
+ static-sdk:
28
+ name: Static SDK
29
+ # Workaround https://github.com/nektos/act/issues/1875
30
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
.github/workflows/pull_request.yml
@@ -28,3 +28,8 @@ jobs:
matrix_linux_nightly_main_enabled: false
31
32
33
34
35
0 commit comments