We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo-rdme
1 parent a0cc8b3 commit 60f2a87Copy full SHA for 60f2a87
1 file changed
.github/workflows/ci.yml
@@ -23,18 +23,10 @@ jobs:
23
- name: Install rust (stable)
24
uses: dtolnay/rust-toolchain@stable
25
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
35
- name: Install cargo plugins
36
run: |
37
cargo install cargo-rdme
+ cargo rdme install-rust-toolchain-for-intralinks
38
cargo install cargo-machete
39
cargo install taplo-cli
40
cargo install cargo-deadlinks
0 commit comments