mirror of
https://github.com/aya-rs/aya.git
synced 2025-12-12 20:35:55 +01:00
ci/lint: Do not install stable toolchain
We run clippy and miri only with nightly.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user