Skip to content

Commit

Permalink
Fix(github action): modify rust toolchain version. (#131)
Browse files Browse the repository at this point in the history
fix(github-action): modify rust toolchain version.
Rust unstable nightly version causes github action to fail. Fixed it to a stable version.
  • Loading branch information
He1pa committed Jul 29, 2022
1 parent 7f91ecd commit 5bc87cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: 1.61
override: true
components: clippy, rustfmt
- name: Rust grammar test
Expand Down

0 comments on commit 5bc87cf

Please sign in to comment.