Skip to content

Commit

Permalink
Merge pull request #4191 from rust-lang/ci-mdbook-rust-match
Browse files Browse the repository at this point in the history
infra: match mdbook version in CI to rust-lang/rust
  • Loading branch information
chriskrycho authored Jan 6, 2025
2 parents 832cf55 + 27fa4ca commit 5c69489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install mdbook
run: |
mkdir bin
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
echo "$(pwd)/bin" >> "${GITHUB_PATH}"
- name: Report versions
run: |
Expand Down

0 comments on commit 5c69489

Please sign in to comment.