Skip to content

Commit

Permalink
workflows: pin clippy version
Browse files Browse the repository at this point in the history
Pin the version of clippy that we use in CI so that new releases
don't break existing CI.
  • Loading branch information
carlaKC committed May 10, 2024
1 parent 5838d4a commit 8d7271b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install clippy
run: cargo install clippy --version 0.1.76
- name: run check
run: make check

Expand Down

0 comments on commit 8d7271b

Please sign in to comment.