[ci] Work around missing libclang-16.so.1

This commit is contained in:
Kim Gräsman 2022-08-28 14:38:38 +02:00
parent 8e65d9cf4a
commit 39e45aa453
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ jobs:
sudo apt install -y libclang$LLVM_TAG-dev
sudo apt install -y clang$LLVM_TAG
- name: Work around broken packaging
run: |
sudo touch /usr/lib/llvm-16/lib/libclang-16.so.1
- name: Check out default branch
uses: actions/checkout@v2