Skip to content

Commit

Permalink
ci: update toolchain for building api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Sep 22, 2022
1 parent dbd1c18 commit ba3d2e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contrib.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
mkdir mdbook
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.9/mdbook-v0.4.9-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Build API doc
run: |
cargo doc --document-private-items --no-deps
Expand Down

0 comments on commit ba3d2e9

Please sign in to comment.