Skip to content

Commit

Permalink
tuning the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 19, 2023
1 parent cf46f01 commit 9063b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Install clang-format
run: |
sudo apt update && sudo apt install clang-format-14 -y
sudo ln -sf /usr/bin/clang-format-14 /usr/bin/clang-format
sudo apt update && sudo apt install clang-format-15 -y
sudo ln -sf /usr/bin/clang-format-15 /usr/bin/clang-format
- name: Build with Lint and Format Check
run: |
Expand Down

0 comments on commit 9063b9b

Please sign in to comment.