ci(*): use latest version of rust-cache

This commit is contained in:
Carson M.
2025-05-31 16:25:05 -05:00
parent 180ec09065
commit 882056cd28
4 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2.7.8
- name: Run test
run: |
ORT_LIB_LOCATION="$(pwd)/onnxruntime/build/Linux/Release" cargo example-custom-ops
@@ -51,7 +51,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2.7.8
- name: Test linking
run: |
ORT_LIB_LOCATION="$(pwd)/onnxruntime/build/Linux/Release" cargo build --manifest-path examples/custom-ops/Cargo.toml --example custom-ops --target-dir target