File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v1.4.4
23+ with :
24+ node-version : ' 12.x'
2325
2426 - name : Install remark
2527 run : npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended remark-gfm
Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ rustup component add clippy
166166```
167167
168168> ** DO NOT** install using ` cargo install --path . --force ` since this will overwrite rustup
169- [ proxies] ( https://rust-lang.github.io/rustup/concepts/proxies.html ) . That is, ` ~/.cargo/bin/cargo-clippy ` and
170- ` ~/.cargo/bin/clippy-driver ` should be hard or soft links to ` ~/.cargo/bin/rustup ` . You can repair these by running
171- ` rustup update ` .
169+ > [ proxies] ( https://rust-lang.github.io/rustup/concepts/proxies.html ) . That is, ` ~/.cargo/bin/cargo-clippy ` and
170+ > ` ~/.cargo/bin/clippy-driver ` should be hard or soft links to ` ~/.cargo/bin/rustup ` . You can repair these by running
171+ > ` rustup update ` .
172172
173173[ glossary ] : https://rustc-dev-guide.rust-lang.org/appendix/glossary.html
You can’t perform that action at this time.
0 commit comments