Skip to content

Commit

Permalink
Downgrade the rust toolchain to go with the old version of mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Aug 8, 2024
1 parent cf69d89 commit 0fa8f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install mdBook
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
rustup install 1.35.0
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 0fa8f50

Please sign in to comment.