mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Try to fix CI for semver-check.
This commit is contained in:
parent
4d023b1ec5
commit
1ee38a326e
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -92,7 +92,8 @@ jobs:
|
||||
- run: rustup update nightly && rustup default nightly
|
||||
- run: rustup component add rust-docs
|
||||
- run: ci/validate-man.sh
|
||||
- run: cd src/doc/semver-check && cargo run
|
||||
# This requires rustfmt, use stable.
|
||||
- run: cd src/doc/semver-check && cargo +stable run
|
||||
- run: |
|
||||
mkdir mdbook
|
||||
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
|
||||
|
Loading…
x
Reference in New Issue
Block a user