Skip to content

Commit a984efc

Browse files
committed
fix env
1 parent 7d0e5a5 commit a984efc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ jobs:
7878
runs-on: macos-14
7979
env:
8080
CARGO_TERM_COLOR: always
81-
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
8281
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
82+
MLIR_SYS_180_PREFIX: /opt/homebrew/opt/llvm@18
83+
LLVM_SYS_180_PREFIX: /opt/homebrew/opt/llvm@18
84+
TABLEGEN_180_PREFIX: /opt/homebrew/opt/llvm@18
8685
RUST_LOG: debug
8786
steps:
8887
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)