Skip to content

Commit d229c1e

Browse files
committed
fix min ver check
1 parent 6792f79 commit d229c1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-master.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ jobs:
169169
command: install
170170
args: cargo-minimal-versions
171171

172+
- name: Install cargo-hack
173+
uses: actions-rs/cargo@v1
174+
with:
175+
command: install
176+
args: cargo-hack
177+
172178
- name: Check With Minimal Versions
173179
uses: actions-rs/cargo@v1
174180
with:

0 commit comments

Comments
 (0)