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 755c0ec commit bed2ae7Copy full SHA for bed2ae7
.github/workflows/main.yml
@@ -30,3 +30,8 @@ jobs:
30
with:
31
name: "Example packages"
32
matrix_linux_command: "./scripts/test-examples.sh"
33
+
34
+ static-sdk:
35
+ name: Static SDK
36
+ # Workaround https://github.com/nektos/act/issues/1875
37
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
.github/workflows/pull_request.yml
@@ -57,3 +57,8 @@ jobs:
57
58
59
matrix_linux_nightly_main_enabled: false
60
61
62
63
64
0 commit comments