Skip to content

Commit

Permalink
actually use clang for clang tidy?
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Jan 7, 2025
1 parent 15b9979 commit c7fd86b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install clang
uses: KyleMayes/[email protected]
with:
version: 15
env: true

- name: Install clang-tidy
run: |
sudo apt update
Expand Down

0 comments on commit c7fd86b

Please sign in to comment.