Skip to content

Commit e5fe2c2

Browse files
committed
nightly
1 parent 1575eaa commit e5fe2c2

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 llvm python3-lldb-14 llvm-14
97+
sudo apt-get purge --auto-remove python3-lldb-14 llvm-14 clang-14
9898
wget https://apt.llvm.org/llvm.sh
9999
chmod +x llvm.sh
100100
sudo ./llvm.sh 23

0 commit comments

Comments
 (0)