Skip to content

Commit b4b7c7b

Browse files
authored
Use the latest nightly rust to run linkcheck (rust-lang#14348)
changelog: none
2 parents a9c61ec + 4141362 commit b4b7c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/remark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Linkcheck book
3838
run: |
3939
rustup toolchain install nightly --component rust-docs
40+
rustup override set nightly
4041
curl https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh -o linkcheck.sh
4142
sh linkcheck.sh clippy --path ./book
4243

0 commit comments

Comments
 (0)