Skip to content

Commit 6704bd5

Browse files
committed
nightly
1 parent ae0081f commit 6704bd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ jobs:
108108
- name: Install clang
109109
if: contains(matrix.os, 'ubuntu') && matrix.nightly
110110
run: |
111-
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
111+
#sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
112112
wget https://apt.llvm.org/llvm.sh
113113
chmod +x llvm.sh
114-
sudo ./llvm.sh 22
115-
sudo apt-get install -y clang-tidy-22
114+
sudo ./llvm.sh 23
115+
sudo apt-get install -y clang-23
116116
117117
- name: check out include-what-you-use
118118
if: contains(matrix.os, 'ubuntu') && matrix.nightly

0 commit comments

Comments
 (0)