Skip to content

Commit

Permalink
ci: clang-tools installation added to CMake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 8, 2024
1 parent 46c377e commit 8d50f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test-package-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d50f29

Please sign in to comment.