Skip to content

Commit 10e2044

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

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 mlir
2223
2324
- name: Configure CMake
2425
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)