Skip to content

Commit e7a7201

Browse files
committed
clang-tidy.yml: remove existing clang-tidy packages
1 parent 74484ad commit e7a7201

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/clang-tidy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install missing software
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y cmake make
21+
sudo apt-get install -y cmake make
2222
sudo apt-get install -y libpcre3-dev
2323
sudo apt-get install -y libffi7 # work around missing dependency for Qt install step
2424
@@ -27,6 +27,8 @@ jobs:
2727
wget https://apt.llvm.org/llvm.sh
2828
chmod +x llvm.sh
2929
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
3032
3133
- name: Cache Qt ${{ env.QT_VERSION }}
3234
id: cache-qt

0 commit comments

Comments
 (0)