ci/lint: Do not install stable toolchain

We run clippy and miri only with nightly.
This commit is contained in:
Michal R
2025-12-05 21:33:54 +01:00
parent ab187058d8
commit 800f9f9fea

View File

@@ -24,9 +24,6 @@ jobs:
with:
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: taiki-e/install-action@v2