File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
toolchain : ${{ matrix.version }}
51
51
52
- - name : Install cargo-hack
53
- run : cargo install cargo-hack
52
+ - uses : taiki-e/cache- cargo-install-action@v1
53
+ with : { tool: cargo-hack }
54
54
55
55
- name : check lib
56
56
if : >
@@ -119,11 +119,11 @@ jobs:
119
119
uses : actions-rust-lang/setup-rust-toolchain@v1
120
120
with : { toolchain: nightly }
121
121
122
- - name : Install cargo-minimal-versions
123
- run : cargo install cargo-minimal-versions
122
+ - uses : taiki-e/cache- cargo-install-action@v1
123
+ with : { tool: cargo-minimal-versions }
124
124
125
- - name : Install cargo-hack
126
- run : cargo install cargo-hack
125
+ - uses : taiki-e/cache- cargo-install-action@v1
126
+ with : { tool: cargo-hack }
127
127
128
128
- name : Check With Minimal Versions
129
129
run : cargo minimal-versions check
Original file line number Diff line number Diff line change 50
50
with :
51
51
toolchain : ${{ matrix.version }}
52
52
53
- - name : Install cargo-hack
54
- run : cargo install cargo-hack
53
+ - uses : taiki-e/cache- cargo-install-action@v1
54
+ with : { tool: cargo-hack }
55
55
56
56
- name : Generate Cargo.lock
57
57
run : cargo generate-lockfile
You can’t perform that action at this time.
0 commit comments