Skip to content

Commit

Permalink
Use nightly 2023-10-10 for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 14, 2023
1 parent 4e98aa9 commit fb33252
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

env:
OCAML_VERSION: "4.14.0"
RUST_TOOLCHAIN_VERSION: "nightly"
# This version has been chosen randomly. It seems that with 2023-11-16, it is
# broken. The compiler crashes. Feel free to pick any newer working version.
RUST_TOOLCHAIN_VERSION: "nightly-2023-10-10"

jobs:
release:
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
- name: Build Rust Documentation
run: |
eval $(opam env)
RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --all --no-deps
RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --all --no-deps
- name: Build the mdbook
run: |
Expand Down

0 comments on commit fb33252

Please sign in to comment.