Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Oct 12, 2022
1 parent 932a9f4 commit de01549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
sudo curl -o /gtest-parallel https://raw.githubusercontent.com/google/gtest-parallel/master/gtest_parallel.py
- name: CMake
run: cmake . -DBUILD_PERF_TOOLS=ON
run: cmake . -DBUILD_PERF_TOOLS=ON -DCLANG_FORMAT_VERSION=10

- name: Check formatting
run: make check-format -DCLANG_FORMAT_VERSION=10
run: make check-format

- name: Build
run: make -j8
Expand Down

0 comments on commit de01549

Please sign in to comment.