Skip to content

Commit a2430b3

Browse files
committed
Add static SDK CI workflow
1 parent 384a8db commit a2430b3

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
@@ -24,3 +24,8 @@ jobs:
2424
benchmark_package_path: "IntegrationTests/Benchmarks"
2525
linux_5_9_enabled: false
2626
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ jobs:
6666
with:
6767
linux_5_9_enabled: false
6868
linux_5_10_enabled: false
69+
70+
static-sdk:
71+
name: Static SDK
72+
# Workaround https://github.com/nektos/act/issues/1875
73+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)