We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50259c commit 10e2044Copy full SHA for 10e2044
.github/workflows/premerge.yml
@@ -19,6 +19,7 @@ jobs:
19
wget https://apt.llvm.org/llvm.sh
20
chmod +x llvm.sh
21
sudo ./llvm.sh 20 all
22
+ sudo apt install mlir
23
24
- name: Configure CMake
25
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments