Skip to content

Commit

Permalink
Don't document dependencies in CI
Browse files Browse the repository at this point in the history
This has been taking about 15 minutes.
  • Loading branch information
tgross35 committed Jun 6, 2024
1 parent dadc916 commit 1d2dd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- run: rustup default nightly
- uses: Swatinem/rust-cache@v2
- run: sudo apt-get update && sudo apt-get install -y libgtk-3-dev
- run: cargo doc
- run: cargo doc --no-deps

outdated:
name: Outdated
Expand Down

0 comments on commit 1d2dd92

Please sign in to comment.