Skip to content

Commit

Permalink
fix more cargo install failures in CI (mdbook)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Dec 28, 2024
1 parent ae758a0 commit d0df614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
cargo install --version ${MDBOOK_GRAPHVIZ_VERSION} mdbook-graphviz
cargo install --version ${MDBOOK_VERSION} mdbook 2>/dev/null || true
cargo install --version ${MDBOOK_GRAPHVIZ_VERSION} mdbook-graphviz 2>/dev/null || true
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit d0df614

Please sign in to comment.