We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49013d4 commit 93d5ff2Copy full SHA for 93d5ff2
.github/workflows/ci-clang-tidy.yml
@@ -112,7 +112,7 @@ jobs:
112
wget https://apt.llvm.org/llvm.sh
113
chmod +x llvm.sh
114
sudo ./llvm.sh ${{ matrix.toolchain.compiler.version }}
115
- sudo apt install -y clang-tools-${{ matrix.toolchain.compiler.version }}
+ sudo apt install -y clang-tidy-${{ matrix.toolchain.compiler.version }}
116
- name: Install Libc++
117
if: matrix.toolchain.compiler.type == 'CLANG' && matrix.toolchain.lib == 'libc++'
118
shell: bash
0 commit comments