Skip to content

Commit

Permalink
Debug dtolnay/install
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 29, 2025
1 parent ba6b567 commit 4c9d831
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-docs-rs
- uses: dtolnay/install@8f7ab41331731760ff0488dacebc2ad6ae052d50
with:
crate: cargo-docs-rs
github_token: ${{secrets.GITHUB_TOKEN}}
- run: cargo docs-rs

clippy:
Expand Down

0 comments on commit 4c9d831

Please sign in to comment.