[ci] Remove --force-overwrite workaround

Reverts 6c3b7bcfb8.

This has now been fixed upstream.
This commit is contained in:
Kim Gräsman 2022-12-20 19:55:01 +01:00
parent ba654f182f
commit d6ed4a5309
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ jobs:
sudo apt remove -y "llvm*"
# Reinstall tagged versions
sudo apt install -y llvm$LLVM_TAG-dev
sudo apt -o DPkg::Options::="--force-overwrite" install -y libclang$LLVM_TAG-dev
sudo apt -o DPkg::Options::="--force-overwrite" install -y clang$LLVM_TAG
sudo apt install -y libclang$LLVM_TAG-dev
sudo apt install -y clang$LLVM_TAG
- name: Check out default branch
uses: actions/checkout@v2