[ci] Remove packaging workaround for missing libclang-16.so.1

This reverts commit 39e45aa453.
This commit is contained in:
Kim Gräsman 2022-12-16 21:05:54 +01:00
parent e4dd555000
commit d537ae32d2
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ 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