Skip to content

Commit cea100f

Browse files
committed
book.yml: Pin Rust version
1.82 introduced a regression in book tests: rust-lang/rust#131893
1 parent 1c24ca0 commit cea100f

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)