Skip to content

Commit

Permalink
book.yml: Pin Rust version
Browse files Browse the repository at this point in the history
1.82 introduced a regression in book tests:
rust-lang/rust#131893
  • Loading branch information
Lorak-mmk committed Oct 21, 2024
1 parent d5b0a86 commit 8cefa72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
options: --health-cmd "cqlsh --debug scylladb" --health-interval 5s --health-retries 10
steps:
- uses: actions/checkout@v3
# Set to 1.81 because of regression in 1.82: https://github.com/rust-lang/rust/issues/131893
# TODO: change back to latest stable after this bug is fixed.
- name: Update rust toolchain
run: rustup update
run: rustup default 1.81
- name: Install mdbook
run: cargo install mdbook --no-default-features
- name: Build the project
Expand Down

0 comments on commit 8cefa72

Please sign in to comment.