File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 63
63
sudo apt-get update
64
64
sudo apt-get install -yqq \
65
65
clang-format-${{ env.LLVM_VERSION }} clang-tidy-${{ env.LLVM_VERSION }} \
66
- llvm-${{ env.LLVM_VERSION }}-dev libomp-${{ env.LLVM_VERSION }}-dev
66
+ llvm-${{ env.LLVM_VERSION }}-dev libomp-${{ env.LLVM_VERSION }}-dev \
67
+ mlir-${{ env.LLVM_VERSION }}-tools \
67
68
68
69
- name : Generate compile command database
69
70
if : ${{ steps.gather-list-of-changes.outputs.HAS_CHANGES }}
Original file line number Diff line number Diff line change 52
52
llvm-${{ env.LLVM_VERSION }}-dev \
53
53
libomp-${{ env.LLVM_VERSION }}-dev \
54
54
llvm-${{ env.LLVM_VERSION }}-tools \
55
+ mlir-${{ env.LLVM_VERSION }}-tools \
55
56
spirv-tools
56
57
# Linux systems in GitHub Actions already have older versions of clang
57
58
# pre-installed. Make sure to override these with the relevant version.
You can’t perform that action at this time.
0 commit comments