File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 # contains package information of crates installed via `cargo install`.
5757 ~/.cargo/.crates.toml
5858 ~/.cargo/.crates2.json
59- key : ${{ runner.os }}-cargo-reset20230315 -${{ hashFiles('**/Cargo.lock') }}
60- restore-keys : ${{ runner.os }}-cargo-reset20230315
59+ key : ${{ runner.os }}-cargo-reset20240315 -${{ hashFiles('**/Cargo.lock') }}
60+ restore-keys : ${{ runner.os }}-cargo-reset20240315
6161
6262 - name : Install rustup-toolchain-install-master
6363 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
@@ -98,11 +98,12 @@ jobs:
9898 with :
9999 path : |
100100 # Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
101- ~/.cargo/bin
101+ # Cache package/registry information
102102 ~/.cargo/registry/index
103103 ~/.cargo/registry/cache
104104 ~/.cargo/git/db
105- # contains package information of crates installed via `cargo install`.
105+ # Cache installed binaries
106+ ~/.cargo/bin
106107 ~/.cargo/.crates.toml
107108 ~/.cargo/.crates2.json
108109 key : ${{ runner.os }}-cargo-reset20230315-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments