Skip to content

Commit

Permalink
ci: install clippy using rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 13, 2023
1 parent 2307f79 commit 45ea6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-iov-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
rustup install 1.69.0
rustup default 1.69.0
rustup component add clippy
- name: Toolchain info
run: |
Expand Down

0 comments on commit 45ea6b9

Please sign in to comment.