Skip to content

Commit d76f087

Browse files
committed
Add static SDK CI workflow
1 parent 63982ca commit d76f087

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
@@ -42,3 +42,8 @@ jobs:
4242
with:
4343
name: "Plugin tests"
4444
matrix_string: '${{ needs.construct-plugin-tests-matrix.outputs.plugin-tests-matrix }}'
45+
46+
static-sdk:
47+
name: Static SDK
48+
# Workaround https://github.com/nektos/act/issues/1875
49+
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
@@ -58,3 +58,8 @@ jobs:
5858
with:
5959
linux_5_9_enabled: false
6060
linux_5_10_enabled: false
61+
62+
static-sdk:
63+
name: Static SDK
64+
# Workaround https://github.com/nektos/act/issues/1875
65+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)