Skip to content

Commit

Permalink
chore(ci): use Rust cache from setup-rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Oct 4, 2024
1 parent 1891de3 commit 8a78fc7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
with:
toolchain: nightly,${{ matrix.toolchain }}
cache: false

- name: Rust Cache
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
prefix-key: v7-rust
key: all-features-${{ matrix.all-features }}-msrv-pins-files-${{ hashFiles('**/msrv-pins.toml') }}
cache-on-failure: true
cache-key: v8-all-features-${{ matrix.all-features }}-msrv-pins-files-${{ hashFiles('**/msrv-pins.toml') }}

- name: Install required tools
uses: taiki-e/install-action@005f9c234df66b748f0b5f22b26ef83172082762 # v2.44.20
Expand Down

0 comments on commit 8a78fc7

Please sign in to comment.