Skip to content

Commit 86b6e58

Browse files
Update clang-tidy.yml
1 parent f8d0f10 commit 86b6e58

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Install clang
4242
run: |
4343
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
44-
wget https://raw.githubusercontent.com/opencollab/llvm-jenkins.debian.net/refs/heads/master/llvm.sh
44+
wget https://apt.llvm.org/llvm.sh
4545
chmod +x llvm.sh
46-
sudo ./llvm.sh 22
47-
sudo apt-get install -y clang-tidy-22
46+
sudo ./llvm.sh 21
47+
sudo apt-get install -y clang-tidy-21
4848
4949
- name: Install Qt ${{ env.QT_VERSION }}
5050
uses: jurplel/install-qt-action@v4
@@ -57,14 +57,14 @@ jobs:
5757

5858
- name: Verify clang-tidy configuration
5959
run: |
60-
clang-tidy-22 --verify-config
60+
clang-tidy-21 --verify-config
6161
6262
- name: Prepare CMake
6363
run: |
6464
cmake -S . -B cmake.output -Werror=dev -DHAVE_RULES=On -DBUILD_TESTING=On -DBUILD_GUI=On -DWITH_QCHART=On -DBUILD_TRIAGE=On -DENABLE_CHECK_INTERNAL=On -DCMAKE_GLOBAL_AUTOGEN_TARGET=On -DDISABLE_DMAKE=On -DCPPCHK_GLIBCXX_DEBUG=Off -DCMAKE_COMPILE_WARNING_AS_ERROR=On
6565
env:
66-
CC: clang-22
67-
CXX: clang++-22
66+
CC: clang-21
67+
CXX: clang++-21
6868

6969
- name: Prepare CMake dependencies
7070
run: |

0 commit comments

Comments
 (0)