Skip to content

Commit de01549

Browse files
committed
Fix workflow
1 parent 932a9f4 commit de01549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
sudo curl -o /gtest-parallel https://raw.githubusercontent.com/google/gtest-parallel/master/gtest_parallel.py
5757
5858
- name: CMake
59-
run: cmake . -DBUILD_PERF_TOOLS=ON
59+
run: cmake . -DBUILD_PERF_TOOLS=ON -DCLANG_FORMAT_VERSION=10
6060

6161
- name: Check formatting
62-
run: make check-format -DCLANG_FORMAT_VERSION=10
62+
run: make check-format
6363

6464
- name: Build
6565
run: make -j8

0 commit comments

Comments
 (0)