Skip to content

Commit bb03b91

Browse files
committed
update benchmark.yml
1 parent e59d166 commit bb03b91

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ jobs:
2121
name: Benchmark
2222
runs-on: ubuntu-latest
2323
steps:
24-
- name: Checkout Branch
25-
uses: actions/checkout@v4
24+
- uses: taiki-e/checkout-action@v1
2625

27-
- name: Setup rust toolchain, cache and cargo-codspeed binary
28-
uses: moonrepo/setup-rust@v1
26+
- uses: Boshen/setup-rust@main
2927
with:
30-
channel: stable
31-
cache-target: release
32-
bins: cargo-codspeed
28+
tools: cargo-codspeed
3329

3430
- name: Build Benchmark
3531
run: cargo codspeed build --features codspeed

0 commit comments

Comments
 (0)