File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 if : matrix.os != 'macos-latest' # Cache causes errors on macOS
2121 with :
2222 path : |
23- ~/.cargo/registry
24- ~/.cargo/git
23+ ~/.cargo
2524 target
2625 key : ${{ github.job }}-Linux-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('**/Cargo.lock') }}
2726 restore-keys : |
Original file line number Diff line number Diff line change 2727 if : matrix.os != 'macos-latest' # Cache causes errors on macOS
2828 with :
2929 path : |
30- ~/.cargo/registry
31- ~/.cargo/git
30+ ~/.cargo
3231 target
3332 key : ${{ github.job }}-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('**/Cargo.lock') }}
3433 restore-keys : |
Original file line number Diff line number Diff line change @@ -439,8 +439,7 @@ jobs:
439439 if : matrix.os != 'macos-latest' # Cache causes errors on macOS
440440 with :
441441 path : |
442- ~/.cargo/registry
443- ~/.cargo/git
442+ ~/.cargo
444443 target
445444 key : ${{ github.job }}-Linux-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('**/Cargo.lock') }}
446445 restore-keys : |
Original file line number Diff line number Diff line change 2828 if : matrix.os != 'macos-latest' # Cache causes errors on macOS
2929 with :
3030 path : |
31- ~/.cargo/registry
32- ~/.cargo/git
31+ ~/.cargo
3332 target
3433 key : ${{ github.job }}-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('**/Cargo.lock') }}
3534 restore-keys : |
You can’t perform that action at this time.
0 commit comments