Skip to content

Commit 1ec6020

Browse files
authored
Merge pull request #1096 from Lorak-mmk/ci-book-test-bug
book.yml: Pin Rust version
2 parents d5b0a86 + 8cefa72 commit 1ec6020

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/book.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
options: --health-cmd "cqlsh --debug scylladb" --health-interval 5s --health-retries 10
2828
steps:
2929
- uses: actions/checkout@v3
30+
# Set to 1.81 because of regression in 1.82: https://github.com/rust-lang/rust/issues/131893
31+
# TODO: change back to latest stable after this bug is fixed.
3032
- name: Update rust toolchain
31-
run: rustup update
33+
run: rustup default 1.81
3234
- name: Install mdbook
3335
run: cargo install mdbook --no-default-features
3436
- name: Build the project

0 commit comments

Comments
 (0)