Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeden committed Jan 31, 2025
1 parent 94abff1 commit 052c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install nightly --profile minimal
- run: rustup toolchain install nightly --profile minimal --component clippy
- run: rustup default nightly
- run: cargo clippy --all-targets --all-features

0 comments on commit 052c4d0

Please sign in to comment.