There was an error while loading. Please reload this page.
clang-tidy
1 parent 74484ad commit e7a7201Copy full SHA for e7a7201
1 file changed
.github/workflows/clang-tidy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install missing software
19
run: |
20
sudo apt-get update
21
- sudo apt-get install -y cmake make
+ sudo apt-get install -y cmake make
22
sudo apt-get install -y libpcre3-dev
23
sudo apt-get install -y libffi7 # work around missing dependency for Qt install step
24
@@ -27,6 +27,8 @@ jobs:
27
wget https://apt.llvm.org/llvm.sh
28
chmod +x llvm.sh
29
sudo ./llvm.sh 15
30
+ # TODO: leverage the compiler version to look-up the proper version
31
+ sudo apt-get remove -y clang-tidy clang-tidy-14
32
33
- name: Cache Qt ${{ env.QT_VERSION }}
34
id: cache-qt
0 commit comments