From 1dca5b14fabf9d89c7348b71b22ce9ac9403f638 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:53:54 +0100 Subject: [PATCH] ci: use install-action to download cargo-codspeed binary --- .github/workflows/benches.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index a6032284527..224540f40ee 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -30,7 +30,9 @@ jobs: continue-on-error: true - name: Install cargo-codspeed - run: cargo install cargo-codspeed + uses: taiki-e/install-action@v1 + with: + tool: cargo-codspeed - name: Install nox run: pip install nox