Skip to content

Commit 63bb631

Browse files
committed
clang-tidy.yml: install clang-tidy
1 parent 04bec9f commit 63bb631

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
wget https://apt.llvm.org/llvm.sh
2828
chmod +x llvm.sh
2929
sudo ./llvm.sh 15
30+
sudo apt-get install -y clang-tidy-15
3031
3132
- name: Cache Qt ${{ env.QT_VERSION }}
3233
id: cache-qt

0 commit comments

Comments
 (0)