Fixed LLVM library dir in CMakeLists

This commit is contained in:
Bartek Kryza
2022-08-03 01:28:40 +02:00
parent 777f4848fd
commit 5917d341e2
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- name: Update package database
run: sudo apt -y update
- name: Install deps
run: sudo apt -y install git make gcc-10 g++-10 ccache cmake libyaml-cpp-dev clang-12 libclang-12-dev libclang-cpp12-dev lcov
run: sudo apt -y install git make gcc-10 g++-10 ccache cmake libyaml-cpp-dev clang-12 libclang-12-dev libclang-cpp12-dev lcov zlib1g-dev
- name: Select g++ version
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10