diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1b0aa07..fe97270 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,7 +19,7 @@ jobs: with: submodules: recursive - name: install iree-compile - run: pip3 install iree-compiler==20231113.707 + run: pip3 install iree-compiler - name: create config.toml run: | library_path=$(python3 -c "import iree.compiler as _; print(f'{_.__path__[0]}/_mlir_libs/')") @@ -31,4 +31,4 @@ jobs: LIB_IREE_COMPILER = \"${library_path}\"" > .cargo/config.toml - name: Run tests - run: RUST_BACKTRACE=1 cargo test -vv + run: RUST_BACKTRACE=1 cargo test -vv --release