ci: clang-tools installation added to CMake CI

This commit is contained in:
Mateusz Pusz
2024-01-08 18:44:43 +01:00
parent 46c377e88c
commit 8d50f29fd7

View File

@@ -155,6 +155,7 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh ${{ matrix.config.compiler.version }}
sudo apt install -y clang-tools-${{ matrix.config.compiler.version }}
- name: Install Libc++
if: matrix.config.compiler.type == 'CLANG' && matrix.config.lib == 'libc++'
shell: bash