From d229c1e886323d90e7c3a00e2b99d1c95dd759e0 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 12 Feb 2022 08:42:13 +0000 Subject: [PATCH] fix min ver check --- .github/workflows/ci-master.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 2b060fbc..3bca06ce 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -169,6 +169,12 @@ jobs: command: install args: cargo-minimal-versions + - name: Install cargo-hack + uses: actions-rs/cargo@v1 + with: + command: install + args: cargo-hack + - name: Check With Minimal Versions uses: actions-rs/cargo@v1 with: