Skip to content

Commit a2a4523

Browse files
authored
ci: avoid installing nightly for minimal-versions (#1096)
cargo-minimal-versions uses RUSTC_BOOTSTRAP to avoid the needing nightly.
1 parent 0381598 commit a2a4523

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ jobs:
194194
with:
195195
persist-credentials: false
196196

197-
- name: Install nightly Rust for dependency resolution
198-
uses: dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c
199-
with:
200-
toolchain: nightly
201-
202-
# Install stable last so cargo-minimal-versions checks the dependency floor with stable Rust.
203197
- name: Install stable Rust
204198
uses: dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c
205199
with:

0 commit comments

Comments
 (0)