Skip to content

Commit

Permalink
[ci] Do not require llvm-X-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored Jul 18, 2024
1 parent 8fc2d5d commit 520ce16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,7 @@ jobs:
echo "deb https://apt.llvm.org/${os_codename}/ llvm-toolchain-${os_codename}-${{ matrix.clang-runtime }} main" | sudo tee -a /etc/apt/sources.list
sudo apt update
fi
sudo apt install llvm-${{ matrix.clang-runtime }}-dev \
llvm-${{ matrix.clang-runtime }}-tools \
sudo apt install llvm-${{ matrix.clang-runtime }}-tools \
clang-${{ matrix.clang-runtime }} \
libclang-${{ matrix.clang-runtime }}-dev \
${{ matrix.extra_packages }}
Expand Down

0 comments on commit 520ce16

Please sign in to comment.