Skip to content

Commit 09c99dd

Browse files
authoredApr 2, 2025
Add static SDK CI workflow (#355)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
1 parent 748d1eb commit 09c99dd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
name: Cxx interop
2828
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
2929

30+
static-sdk:
31+
name: Static SDK
32+
# Workaround https://github.com/nektos/act/issues/1875
33+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
34+
3035
macos-tests:
3136
name: macOS tests
3237
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main

‎.github/workflows/pull_request.yml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
name: Cxx interop
3232
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
3333

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
38+
3439
macos-tests:
3540
name: macOS tests
3641
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main

0 commit comments

Comments
 (0)