File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
]
17
17
steps :
18
18
- uses : actions/checkout@v4
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
19
24
- uses : dtolnay/rust-toolchain@master
20
25
with :
21
26
toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 16
16
rust : [1.31.0, stable]
17
17
steps :
18
18
- uses : actions/checkout@v4
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
19
24
- uses : dtolnay/rust-toolchain@master
20
25
with :
21
26
toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 12
12
rust : [1.31.0, stable]
13
13
steps :
14
14
- uses : actions/checkout@v4
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
15
20
- uses : dtolnay/rust-toolchain@master
16
21
with :
17
22
toolchain : ${{ matrix.rust }}
You can’t perform that action at this time.
0 commit comments