Skip to content

Commit 24568f6

Browse files
authored
[CI] Fix code style checks by installing libllvmlibc (#2564)
LLVMExports.cmake from already installed packages references files from the libllvmlibc package.
1 parent d2b98fa commit 24568f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-code-style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
sudo apt-get install -yqq \
7070
clang-format-${{ env.LLVM_VERSION }} clang-tidy-${{ env.LLVM_VERSION }} \
7171
llvm-${{ env.LLVM_VERSION }}-dev libomp-${{ env.LLVM_VERSION }}-dev \
72+
libllvmlibc-${{ env.LLVM_VERSION }}-dev \
7273
mlir-${{ env.LLVM_VERSION }}-tools \
7374
7475
- name: Generate compile command database

0 commit comments

Comments
 (0)