We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c24ca0 commit cea100fCopy full SHA for cea100f
.github/workflows/book.yml
@@ -27,8 +27,10 @@ jobs:
27
options: --health-cmd "cqlsh --debug scylladb" --health-interval 5s --health-retries 10
28
steps:
29
- 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.
32
- name: Update rust toolchain
- run: rustup update
33
+ run: rustup default 1.81
34
- name: Install mdbook
35
run: cargo install mdbook --no-default-features
36
- name: Build the project
0 commit comments