Skip to content

Commit

Permalink
fix up clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed May 17, 2023
1 parent 748d88c commit 8872a64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Install Clippy
run: rustup component add clippy --toolchain beta
run: |
rustup update beta
rustup component add clippy --toolchain beta
- name: Default features
run: |
Expand Down

0 comments on commit 8872a64

Please sign in to comment.