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: