From 78068caec276ad851f8119bd7f56f6afa1cf80e6 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Tue, 19 Jul 2022 22:19:18 +0200 Subject: [PATCH] Install Cargo-hack in CheckTargets --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb28ad73..69534c8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,5 +101,7 @@ jobs: components: clippy - name: Install all targets run: make install_targets + - name: Install Cargo-hack + run: cargo install cargo-hack - name: Check all targets run: make check_all_targets