Skip to content

Commit

Permalink
ensure clang-format-14 is installed on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Nov 20, 2024
1 parent 7df3081 commit 54c5ab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
timeout-minutes: 5

steps:
- name: Install clang-format
run: |
apt-get update
apt-get install -y clang-format-14
- name: Check out Git repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 54c5ab3

Please # to comment.