Skip to content

Commit de75b1d

Browse files
committed
drop clang v7 on Windows from CI test
1 parent b1ea92d commit de75b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-dev-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@ jobs:
7575
run: sudo apt-get update
7676

7777
- name: Install clang v7
78+
if: matrix.os == 'Linux'
7879
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
7980
with:
8081
version: '7'
8182

8283
- name: Collect Coverage for clang v7
83-
working-directory: cpp-linter-lib
84+
if: matrix.os == 'Linux'
8485
env:
8586
CLANG_VERSION: '7'
8687
run: just test

0 commit comments

Comments
 (0)