We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1575eaa commit e5fe2c2Copy full SHA for e5fe2c2
1 file changed
.github/workflows/iwyu.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Install clang
95
if: contains(matrix.os, 'ubuntu') && matrix.nightly
96
run: |
97
- sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
+ sudo apt-get purge --auto-remove python3-lldb-14 llvm-14 clang-14
98
wget https://apt.llvm.org/llvm.sh
99
chmod +x llvm.sh
100
sudo ./llvm.sh 23
0 commit comments