Use the latest nightly rust to run linkcheck

This commit is contained in:
Samuel Tardieu 2025-03-04 08:28:42 +01:00
parent a9c61ec1e1
commit 414136239b

View file

@ -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