Skip to content

Commit 04a14fc

Browse files
committed
fix(.github): modify rust toolchain version.
Rust unstable nightly version causes github action to fail. Fixed it to a stable version.
1 parent 7f91ecd commit 04a14fc

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.6.1
3434
override: true
3535
components: clippy, rustfmt
3636
- name: Rust grammar test

0 commit comments

Comments
 (0)