Skip to content

Commit f3cea26

Browse files
committed
modify rust toolchain version
1 parent e9802b4 commit f3cea26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install rust nightly toolchain
3131
uses: actions-rs/toolchain@v1
3232
with:
33-
toolchain: nightly
33+
toolchain: 1.61
3434
override: true
3535
components: clippy, rustfmt
3636
- name: Rust grammar test

0 commit comments

Comments
 (0)