Skip to content

Commit

Permalink
workflows: rust: Build docs with stable toolchain
Browse files Browse the repository at this point in the history
This works around issue #74134 in rustdoc and should be reverted when PR #74147
is merged and available in a nightly.

 - #74134: rust-lang/rust#74134
 - #74147: rust-lang/rust#74147
  • Loading branch information
dennis-hamester committed Jul 9, 2020
1 parent e5120c4 commit b682b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Rust nightly
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
profile: minimal
default: true
- name: Rust version
Expand Down

0 comments on commit b682b30

Please sign in to comment.