iwyu.yml: applied `apt.llvm.org` workaround as well [skip ci] (#5286)

This commit is contained in:
Oliver Stöneberg 2023-08-01 22:56:44 +02:00 committed by GitHub
parent bc54fab989
commit 4452ae6d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ jobs:
- name: Install clang
run: |
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 17