Skip to content

Commit

Permalink
Merge pull request #44 from pluots/doc-no-deps
Browse files Browse the repository at this point in the history
Don't document dependencies in CI
  • Loading branch information
tgross35 authored Jun 6, 2024
2 parents dadc916 + 1d2dd92 commit 05a287e
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 05a287e

Please sign in to comment.