Skip to content

Commit bed2ae7

Browse files
committed
Add static SDK CI workflow
1 parent 755c0ec commit bed2ae7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
with:
3131
name: "Example packages"
3232
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ jobs:
5757
name: "Example packages"
5858
matrix_linux_command: "./scripts/test-examples.sh"
5959
matrix_linux_nightly_main_enabled: false
60+
61+
static-sdk:
62+
name: Static SDK
63+
# Workaround https://github.com/nektos/act/issues/1875
64+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)