Skip to content

Commit

Permalink
Merge pull request zcash#6774 from str4d/fix-book-deployment
Browse files Browse the repository at this point in the history
CI: Use latest stable Rust for book deployment
  • Loading branch information
str4d authored Sep 30, 2023
2 parents a9e2fe8 + a0dc741 commit 883fa68
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 883fa68

Please sign in to comment.