We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0e5a5 commit a984efcCopy full SHA for a984efc
.github/workflows/ci.yml
@@ -78,11 +78,10 @@ jobs:
78
runs-on: macos-14
79
env:
80
CARGO_TERM_COLOR: always
81
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
82
LIBRARY_PATH: /opt/homebrew/lib
83
- MLIR_SYS_170_PREFIX: /opt/homebrew/opt/llvm@18
84
- LLVM_SYS_170_PREFIX: /opt/homebrew/opt/llvm@18
85
- TABLEGEN_170_PREFIX: /opt/homebrew/opt/llvm@18
+ MLIR_SYS_180_PREFIX: /opt/homebrew/opt/llvm@18
+ LLVM_SYS_180_PREFIX: /opt/homebrew/opt/llvm@18
+ TABLEGEN_180_PREFIX: /opt/homebrew/opt/llvm@18
86
RUST_LOG: debug
87
steps:
88
- uses: actions/checkout@v4
0 commit comments