Skip to content

Commit

Permalink
Use specific nightly build for document CI workflow
Browse files Browse the repository at this point in the history
`wgpu` takes a long time to document otherwise.
  • Loading branch information
hecrj committed Sep 20, 2024
1 parent 53f88fe commit 66c1921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
steps:
- uses: hecrj/setup-rust-action@v2
with:
rust-version: nightly
rust-version: nightly-2023-12-17
- uses: actions/checkout@v2
- name: Generate documentation
run: |
RUSTDOCFLAGS="--cfg docsrs" \
cargo doc --no-deps --all-features \
cargo +nightly-2023-12-17 doc --no-deps --all-features \
-p futures-core \
-p iced_core \
-p iced_highlighter \
Expand Down

0 comments on commit 66c1921

Please sign in to comment.