diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 0d214f90..748d8a7a 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -177,6 +177,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 diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 2d173b26..0f4ad67c 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -146,6 +146,7 @@ jobs: shell: bash run: | sudo apt install -y g++-${{ matrix.config.compiler.version }} + sudo apt install -y clang-tools-${{ matrix.config.compiler.version }} - name: Install Clang if: matrix.config.compiler.type == 'CLANG' shell: bash