Skip to content

Commit 2d66fe4

Browse files
committed
Fix name for benchmarking toolchain step
1 parent a473526 commit 2d66fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
with:
210210
persist-credentials: false
211211

212-
- name: Install stable toolchain
212+
- name: Install nightly toolchain
213213
uses: dtolnay/rust-toolchain@nightly
214214

215215
- name: Smoke-test benchmark program (ring)

0 commit comments

Comments
 (0)