Skip to content

Commit 1ee38a3

Browse files
committed
Try to fix CI for semver-check.
1 parent 4d023b1 commit 1ee38a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
- run: rustup update nightly && rustup default nightly
9393
- run: rustup component add rust-docs
9494
- run: ci/validate-man.sh
95-
- run: cd src/doc/semver-check && cargo run
95+
# This requires rustfmt, use stable.
96+
- run: cd src/doc/semver-check && cargo +stable run
9697
- run: |
9798
mkdir mdbook
9899
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

0 commit comments

Comments
 (0)