We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3735c1 commit be93a1dCopy full SHA for be93a1d
.github/workflows/premerge.yml
@@ -22,7 +22,7 @@ jobs:
22
sudo apt install libmlir-20-dev mlir-20-tools
23
24
- name: Configure CMake
25
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_CACHE=OFF
26
27
- name: Build
28
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
0 commit comments