File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1818 ]
1919 steps :
2020 - uses : actions/checkout@v3
21+ - uses : actions/cache@v4
22+ if : startsWith(matrix.rust, '1')
23+ with :
24+ path : ~/.cargo/registry/index
25+ key : cargo-${{ matrix.rust }}-git-index
2126 - uses : dtolnay/rust-toolchain@master
2227 with :
2328 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 1616 rust : [1.31.0, stable]
1717 steps :
1818 - uses : actions/checkout@v3
19+ - uses : actions/cache@v4
20+ if : startsWith(matrix.rust, '1')
21+ with :
22+ path : ~/.cargo/registry/index
23+ key : cargo-${{ matrix.rust }}-git-index
1924 - uses : dtolnay/rust-toolchain@master
2025 with :
2126 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 1212 rust : [1.31.0, stable]
1313 steps :
1414 - uses : actions/checkout@v3
15+ - uses : actions/cache@v4
16+ if : startsWith(matrix.rust, '1')
17+ with :
18+ path : ~/.cargo/registry/index
19+ key : cargo-${{ matrix.rust }}-git-index
1520 - uses : dtolnay/rust-toolchain@master
1621 with :
1722 toolchain : ${{ matrix.rust }}
You can’t perform that action at this time.
0 commit comments