Skip to content

Commit b08f09d

Browse files
committed
benchmarks.yml: Use prebuilt tools for faster setup
1 parent 6124866 commit b08f09d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
with:
6060
persist-credentials: false
6161

62-
- uses: dtolnay/rust-toolchain@stable
63-
6462
- uses: Swatinem/rust-cache@v2
6563

6664
- name: Run sccache-cache
@@ -74,10 +72,6 @@ jobs:
7472
sudo locale-gen fr_FR.UTF-8
7573
sudo update-locale
7674
77-
- name: Install cargo-codspeed
78-
shell: bash
79-
run: cargo install cargo-codspeed --locked
80-
8175
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
8276
shell: bash
8377
run: |

0 commit comments

Comments
 (0)