File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 34
34
jobs :
35
35
benchmarks :
36
36
name : Benchmarks
37
- # Workaround https://github.com/nektos/act/issues/1875
38
37
uses : ./.github/workflows/swift_matrix.yml
39
38
with :
40
39
name : " Benchmarks"
Original file line number Diff line number Diff line change 27
27
jobs :
28
28
cxx-interop :
29
29
name : Cxx interop
30
- # Workaround https://github.com/nektos/act/issues/1875
31
30
uses : ./.github/workflows/swift_matrix.yml
32
31
with :
33
32
name : " Cxx interop"
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
unit-tests :
11
11
name : Unit tests
12
- # Workaround https://github.com/nektos/act/issues/1875
13
12
uses : ./.github/workflows/unit_tests.yml
14
13
with :
15
14
linux_5_9_arguments_override : " --explicit-target-dependency-import-check error -Xswiftc -strict-concurrency=complete"
@@ -20,12 +19,10 @@ jobs:
20
19
21
20
benchmarks :
22
21
name : Benchmarks
23
- # Workaround https://github.com/nektos/act/issues/1875
24
22
uses : ./.github/workflows/benchmarks.yml@main
25
23
with :
26
24
benchmark_package_path : " Benchmarks"
27
25
28
26
cxx-interop :
29
27
name : Cxx interop
30
- # Workaround https://github.com/nektos/act/issues/1875
31
28
uses : ./.github/workflows/cxx_interop.yml
Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ jobs:
25
25
26
26
benchmarks :
27
27
name : Benchmarks
28
- # Workaround https://github.com/nektos/act/issues/1875
29
28
uses : ./.github/workflows/benchmarks.yml
30
29
with :
31
30
benchmark_package_path : " Benchmarks"
32
31
33
32
cxx-interop :
34
33
name : Cxx interop
35
- # Workaround https://github.com/nektos/act/issues/1875
36
34
uses : ./.github/workflows/cxx_interop.yml
Original file line number Diff line number Diff line change 47
47
jobs :
48
48
unit-tests :
49
49
name : Unit tests
50
- # Workaround https://github.com/nektos/act/issues/1875
51
50
uses : ./.github/workflows/swift_matrix.yml
52
51
with :
53
52
name : " Unit tests"
You can’t perform that action at this time.
0 commit comments