Use stable toolchain for clippy check in CI
This commit is contained in:
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: stable
|
||||
components: clippy
|
||||
override: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user