Skip to content

Commit

Permalink
Pin clippy to nightly-2023-02-26
Browse files Browse the repository at this point in the history
Needed until clap-rs/clap#4733 is fixed.

Signed-off-by: Andre Fredette <[email protected]>
  • Loading branch information
Andre Fredette committed Feb 28, 2023
1 parent c75883d commit 1350f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Run clippy
run: |
cargo +nightly clippy --all -- --deny warnings
cargo +nightly clippy-2023-02-26 --all -- --deny warnings
pushd bpfd-ebpf
cargo +nightly clippy --all -- --deny warnings
cargo +nightly clippy-2023-02-26 --all -- --deny warnings
popd
- name: Build
Expand Down

0 comments on commit 1350f9c

Please sign in to comment.