ci/lint: Do not install stable toolchain

We run clippy and miri only with nightly.
reviewable/pr1409/r3
Michal R 2 weeks ago
parent 1c25ce2357
commit 1ebdaa4ad2

@ -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
- id: nightly-prefix - id: nightly-prefix
run: | run: |
set -euo pipefail set -euo pipefail

Loading…
Cancel
Save