ci/lint: Do not install stable toolchain

We run clippy and miri only with nightly.
reviewable/pr1396/r1
Michal R 2 weeks ago
parent ab187058d8
commit 800f9f9fea

@ -24,9 +24,6 @@ jobs:
with: with:
components: clippy,miri,rustfmt,rust-src components: clippy,miri,rustfmt,rust-src
# Installed *after* nightly so it is the default.
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2 - uses: taiki-e/install-action@v2

Loading…
Cancel
Save