From b0bb751022d29c101975a55ada30db36584c1aeb Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sat, 12 Apr 2025 20:03:11 -0400 Subject: [PATCH] Install `cargo-hack` and `cargo-udeps` with `taiki-e/install-action` --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02e1071..8ceb84c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,12 +113,14 @@ jobs: cargo install --git https://github.com/coral-xyz/anchor --tag v${{ matrix.anchor-version }} anchor-cli --force fi + - uses: taiki-e/install-action@v2 + with: + tool: cargo-hack, cargo-udeps + - name: Install CI tools run: | rustup +nightly component add clippy rustfmt cargo install cargo-dylint dylint-link || true - cargo install cargo-hack || true - cargo install cargo-udeps --locked || true cargo install group-runner || true - name: Build