Skip to content

Commit

Permalink
Try to fix CI for semver-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 10, 2020
1 parent 4d023b1 commit 1ee38a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ee38a3

Please sign in to comment.