Skip to content

Commit 60f2a87

Browse files
committed
Fix CI for cargo-rdme v2.1.
1 parent a0cc8b3 commit 60f2a87

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,10 @@ jobs:
2323
- name: Install rust (stable)
2424
uses: dtolnay/rust-toolchain@stable
2525

26-
# cargo-rdme needs nightly.
27-
- name: Install rust (nightly)
28-
uses: dtolnay/rust-toolchain@stable
29-
with:
30-
toolchain: nightly
31-
32-
- name: Use stable rust for the build
33-
run: rustup default stable
34-
3526
- name: Install cargo plugins
3627
run: |
3728
cargo install cargo-rdme
29+
cargo rdme install-rust-toolchain-for-intralinks
3830
cargo install cargo-machete
3931
cargo install taplo-cli
4032
cargo install cargo-deadlinks

0 commit comments

Comments
 (0)