Use the latest nightly rust to run linkcheck
This commit is contained in:
parent
a9c61ec1e1
commit
414136239b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/remark.yml
vendored
1
.github/workflows/remark.yml
vendored
|
|
@ -37,6 +37,7 @@ jobs:
|
|||
- name: Linkcheck book
|
||||
run: |
|
||||
rustup toolchain install nightly --component rust-docs
|
||||
rustup override set nightly
|
||||
curl https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh -o linkcheck.sh
|
||||
sh linkcheck.sh clippy --path ./book
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue