Skip to content

Commit

Permalink
ci: pin clippy to working version (paradigmxyz#11401)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored and Thegaram committed Oct 2, 2024
1 parent 6b146ed commit 3bb2bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
with:
toolchain: nightly-2024-09-25
components: clippy
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down

0 comments on commit 3bb2bd1

Please sign in to comment.