ci: update stable toolchain for clippy

This commit is contained in:
daimond113 2024-10-30 20:11:32 +01:00
parent 4b623da2db
commit 5232abc1d5
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -14,7 +14,10 @@ jobs:
# we use some nightly rustfmt features, so we need nightly toolchain
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
components: rustfmt
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Install OS dependencies
run: |