Skip to content

Commit 6978612

Browse files
WIP
1 parent e0ab90e commit 6978612

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/style-check.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ jobs:
3838
- uses: actions/checkout@v6
3939
- run: sudo apt install clang-tidy
4040
- name: Configure
41-
run: cmake -B _build \
42-
-DCMAKE_CXX_COMPILER=clang++ \
43-
-DBUILD_TESTS=ON \
44-
-DCMAKE_BUILD_TYPE=Debug \
45-
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
46-
-DCMAKE_CXX_FLAGS='-march=tigerlake' \
41+
run: cmake -B _build
42+
-DCMAKE_CXX_COMPILER=clang++
43+
-DBUILD_TESTS=ON
44+
-DDOWNLOAD_DOCTEST=ON
45+
-DCMAKE_BUILD_TYPE=Debug
46+
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
47+
-DCMAKE_CXX_FLAGS='-march=tigerlake'
4748
.
4849
- name: Check
4950
run: run-clang-tidy -p _build

0 commit comments

Comments
 (0)