Use stable toolchain for clippy check in CI

This commit is contained in:
Quentin Gliech
2021-07-09 16:56:09 +02:00
parent 4519b5251b
commit 226bab1e43

View File

@@ -42,7 +42,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
components: clippy
override: true