Skip to content

Commit 7f048f1

Browse files
committed
ci: install cargo-codspeed binary (#4430)
1 parent eb03230 commit 7f048f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/benches.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
pyo3-benches
3333
continue-on-error: true
3434

35-
- name: Install cargo-codspeed
36-
run: cargo install cargo-codspeed
35+
- uses: taiki-e/install-action@v2
36+
with:
37+
tool: cargo-codspeed
3738

3839
- name: Install nox
3940
run: pip install nox

0 commit comments

Comments
 (0)