Skip to content

Commit

Permalink
CI: Use latest stable Rust for book deployment
Browse files Browse the repository at this point in the history
We were inheriting the repo's pinned Rust version, which became
insufficient to use `mdbook-katex` recently due to MSRV bumps.
  • Loading branch information
str4d committed Sep 29, 2023
1 parent a9e2fe8 commit a0dc741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down

0 comments on commit a0dc741

Please sign in to comment.