There was an error while loading. Please reload this page.
clang-tidy
1 parent 04bec9f commit 63bb631Copy full SHA for 63bb631
1 file changed
.github/workflows/clang-tidy.yml
@@ -27,6 +27,7 @@ jobs:
27
wget https://apt.llvm.org/llvm.sh
28
chmod +x llvm.sh
29
sudo ./llvm.sh 15
30
+ sudo apt-get install -y clang-tidy-15
31
32
- name: Cache Qt ${{ env.QT_VERSION }}
33
id: cache-qt
0 commit comments