Skip to content

Commit bd58575

Browse files
oech3xtqqczzesylvestre
authored
benchmarks.yml: Use prebuilt tools for faster setup (#10497)
Co-authored-by: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
1 parent aadb7d6 commit bd58575

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Benchmarks
22

3-
# spell-checker:ignore codspeed dtolnay Swatinem sccache
3+
# spell-checker:ignore (people) dtolnay Swatinem taiki-e
4+
# spell-checker:ignore (misc) codspeed sccache
45

56
on:
67
pull_request:
@@ -73,9 +74,10 @@ jobs:
7374
sudo locale-gen fr_FR.UTF-8
7475
sudo update-locale
7576
76-
- name: Install cargo-codspeed
77-
shell: bash
78-
run: cargo install cargo-codspeed --locked
77+
- name: Install tools
78+
uses: taiki-e/install-action@v2
79+
with:
80+
tool: cargo-codspeed
7981

8082
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
8183
shell: bash

0 commit comments

Comments
 (0)