We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaf13d commit 632f0a7Copy full SHA for 632f0a7
.github/workflows/run-dev-tests.yml
@@ -80,25 +80,25 @@ jobs:
80
run: sudo apt-get update
81
82
- name: Install clang v7
83
- if: matrix.os == 'Linux'
+ if: runner.os == 'Linux'
84
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
85
with:
86
version: '7'
87
88
- name: Collect Coverage for clang v7
89
90
env:
91
CLANG_VERSION: '7'
92
run: just test
93
94
- name: Install clang v8
95
96
97
98
version: '8'
99
100
- name: Collect Coverage for clang v8
101
102
103
CLANG_VERSION: '8'
104
0 commit comments