Skip to content

Commit

Permalink
Use nightly toolchain in document CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 3, 2022
1 parent 62677ea commit 02914e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
- uses: actions/checkout@v2
- name: Generate documentation
run: |
cargo doc --no-deps --all-features \
RUSTDOCFLAGS="--cfg docsrs" \
cargo doc --no-deps --all-features \
-p iced_core \
-p iced_style \
-p iced_futures \
Expand Down

0 comments on commit 02914e5

Please sign in to comment.