Skip to content

Commit

Permalink
ci: use install-action to download cargo-codspeed binary
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 21, 2023
1 parent abe518d commit 1dca5b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dca5b1

Please sign in to comment.