File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,25 +80,25 @@ jobs:
80
80
run : sudo apt-get update
81
81
82
82
- name : Install clang v7
83
- if : matrix .os == 'Linux'
83
+ if : runner .os == 'Linux'
84
84
uses : cpp-linter/cpp_linter_rs/install-clang-action@main
85
85
with :
86
86
version : ' 7'
87
87
88
88
- name : Collect Coverage for clang v7
89
- if : matrix .os == 'Linux'
89
+ if : runner .os == 'Linux'
90
90
env :
91
91
CLANG_VERSION : ' 7'
92
92
run : just test
93
93
94
94
- name : Install clang v8
95
- if : matrix .os == 'Linux'
95
+ if : runner .os == 'Linux'
96
96
uses : cpp-linter/cpp_linter_rs/install-clang-action@main
97
97
with :
98
98
version : ' 8'
99
99
100
100
- name : Collect Coverage for clang v8
101
- if : matrix .os == 'Linux'
101
+ if : runner .os == 'Linux'
102
102
env :
103
103
CLANG_VERSION : ' 8'
104
104
run : just test
You can’t perform that action at this time.
0 commit comments