From 9fafb3094a5e2ec8e2444071214b72314bd2efcf Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Thu, 18 May 2023 16:58:43 +0900 Subject: [PATCH] Speed up cargo-hack installation in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04e5fa..7124496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Configure cache uses: Swatinem/rust-cache@v2 - name: Install cargo-hack - run: cargo install cargo-hack + uses: taiki-e/install-action@cargo-hack - name: Check feature combinations run: cargo hack clippy --feature-powerset --no-dev-deps test: