Skip to content

Commit

Permalink
Merge pull request #1096 from Lorak-mmk/ci-book-test-bug
Browse files Browse the repository at this point in the history
book.yml: Pin Rust version
  • Loading branch information
Lorak-mmk authored Oct 21, 2024
2 parents d5b0a86 + 8cefa72 commit 1ec6020
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 1ec6020

Please sign in to comment.