File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed
Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.platform }}
1717 steps :
1818 - uses : actions/checkout@v2
19- - uses : actions/cache@v1
20- with :
21- path : ~/.cargo/registry
22- key : ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
23- - uses : actions/cache@v1
24- with :
25- path : ~/.cargo/git
26- key : ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}
19+ - uses : swatinem/rust-cache@v2
2720 - uses : dtolnay/rust-toolchain@stable
2821 with :
2922 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.platform }}
1717 steps :
1818 - uses : actions/checkout@v2
19- - uses : actions/cache@v1
20- with :
21- path : ~/.cargo/registry
22- key : ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
23- - uses : actions/cache@v1
24- with :
25- path : ~/.cargo/git
26- key : ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}
19+ - uses : swatinem/rust-cache@v2
2720 - uses : dtolnay/rust-toolchain@stable
2821 with :
2922 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.platform }}
1717 steps :
1818 - uses : actions/checkout@v2
19- - uses : actions/cache@v1
20- with :
21- path : ~/.cargo/registry
22- key : ${{ runner.os }}-cargo-registry-${{ hashFiles('Cargo.lock') }}
23- - uses : actions/cache@v1
24- with :
25- path : ~/.cargo/git
26- key : ${{ runner.os }}-cargo-index-${{ hashFiles('Cargo.lock') }}
19+ - uses : swatinem/rust-cache@v2
2720 - uses : dtolnay/rust-toolchain@stable
2821 with :
2922 toolchain : ${{ matrix.toolchain }}
You can’t perform that action at this time.
0 commit comments