Skip to content

Commit

Permalink
Add target install to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Jan 29, 2024
1 parent 0992627 commit 99170a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Rust target
run: rustup target add ${TARGET}

- name: Install Clippy
run: rustup component add clippy

Expand Down

0 comments on commit 99170a0

Please sign in to comment.