14
14
unit-tests :
15
15
name : Unit tests
16
16
# Workaround https://github.com/nektos/act/issues/1875
17
- uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
17
+ uses : apple/swift-nio/.github/workflows/unit_tests.yml@static_sdk_allow_custom_args
18
18
with :
19
19
linux_5_10_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
20
20
linux_6_0_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
@@ -25,14 +25,14 @@ jobs:
25
25
benchmarks :
26
26
name : Benchmarks
27
27
# Workaround https://github.com/nektos/act/issues/1875
28
- uses : apple/swift-nio/.github/workflows/benchmarks.yml@main
28
+ uses : apple/swift-nio/.github/workflows/benchmarks.yml@static_sdk_allow_custom_args
29
29
with :
30
30
benchmark_package_path : " Benchmarks"
31
31
32
32
cxx-interop :
33
33
name : Cxx interop
34
34
# Workaround https://github.com/nektos/act/issues/1875
35
- uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
35
+ uses : apple/swift-nio/.github/workflows/cxx_interop.yml@static_sdk_allow_custom_args
36
36
37
37
construct-integration-test-matrix :
38
38
name : Construct integration test matrix
54
54
name : Integration tests
55
55
needs : construct-integration-test-matrix
56
56
# Workaround https://github.com/nektos/act/issues/1875
57
- uses : apple/swift-nio/.github/workflows/swift_test_matrix.yml@main
57
+ uses : apple/swift-nio/.github/workflows/swift_test_matrix.yml@static_sdk_allow_custom_args
58
58
with :
59
59
name : " Integration tests"
60
60
matrix_string : ' ${{ needs.construct-integration-test-matrix.outputs.integration-test-matrix }}'
80
80
macos-tests :
81
81
name : macOS tests
82
82
# Workaround https://github.com/nektos/act/issues/1875
83
- uses : apple/swift-nio/.github/workflows/macos_tests.yml@main
83
+ uses : apple/swift-nio/.github/workflows/macos_tests.yml@static_sdk_allow_custom_args
84
84
with :
85
85
runner_pool : general
86
86
build_scheme : swift-nio-Package
@@ -90,13 +90,13 @@ jobs:
90
90
static-sdk :
91
91
name : Static Linux Swift SDK
92
92
# Workaround https://github.com/nektos/act/issues/1875
93
- uses : apple/swift-nio/.github/workflows/static_sdk.yml@main
93
+ uses : apple/swift-nio/.github/workflows/static_sdk.yml@static_sdk_allow_custom_args
94
94
95
95
wasm-sdk :
96
96
name : WebAssembly Swift SDK
97
97
# Workaround https://github.com/nektos/act/issues/1875
98
- uses : apple/swift-nio/.github/workflows/wasm_sdk.yml@main
98
+ uses : apple/swift-nio/.github/workflows/wasm_sdk.yml@static_sdk_allow_custom_args
99
99
100
100
release-builds :
101
101
name : Release builds
102
- uses : apple/swift-nio/.github/workflows/release_builds.yml@main
102
+ uses : apple/swift-nio/.github/workflows/release_builds.yml@static_sdk_allow_custom_args
0 commit comments