Skip to content

Commit 93d5ff2

Browse files
committed
ci: clang-tidy installation fixed
1 parent 49013d4 commit 93d5ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
wget https://apt.llvm.org/llvm.sh
113113
chmod +x llvm.sh
114114
sudo ./llvm.sh ${{ matrix.toolchain.compiler.version }}
115-
sudo apt install -y clang-tools-${{ matrix.toolchain.compiler.version }}
115+
sudo apt install -y clang-tidy-${{ matrix.toolchain.compiler.version }}
116116
- name: Install Libc++
117117
if: matrix.toolchain.compiler.type == 'CLANG' && matrix.toolchain.lib == 'libc++'
118118
shell: bash

0 commit comments

Comments
 (0)