Skip to content

Commit dfd0498

Browse files
committed
Install MLIR in CI step
1 parent d50259c commit dfd0498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/premerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
wget https://apt.llvm.org/llvm.sh
2020
chmod +x llvm.sh
2121
sudo ./llvm.sh 20 all
22+
sudo apt install libmlir-20-dev mlir-20-tools
2223
2324
- name: Configure CMake
2425
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)