Skip to content

Commit c0c1c49

Browse files
committed
nightly
1 parent d493490 commit c0c1c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install clang
9595
if: contains(matrix.os, 'ubuntu') && matrix.nightly
9696
run: |
97-
sudo apt-get purge --auto-remove python3-lldb-14 llvm-14 clang-14 llvm-13 clang-13
97+
sudo apt-get purge --auto-remove llvm-15 clang-15 python3-lldb-14 llvm-14 clang-14 llvm-13 clang-13
9898
wget https://apt.llvm.org/llvm.sh
9999
chmod +x llvm.sh
100100
sudo ./llvm.sh 23

0 commit comments

Comments
 (0)