From 024255f001b675df5b70f652d72223fafb56273f Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Fri, 28 Nov 2025 22:21:03 +0100 Subject: [PATCH] Use taiki-e/install-action on CI Another job already used it, this one didn't. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 709197cc0..dc266113a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - name: Install Cargo-hack - run: cargo install --debug cargo-hack + - uses: taiki-e/install-action@cargo-hack - name: Check all features run: cargo hack check --feature-powerset - name: Tests