We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ac003 commit 5fbd265Copy full SHA for 5fbd265
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 python3-lldb-14 llvm-14 clang-14
+ sudo apt-get purge --auto-remove python3-lldb-14 llvm-14 clang-14 llvm-13
98
wget https://apt.llvm.org/llvm.sh
99
chmod +x llvm.sh
100
sudo ./llvm.sh 23
0 commit comments