Skip to content

Commit

Permalink
add rust-src component to clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Ulrich committed Aug 10, 2024
1 parent cdddfdc commit 874e8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- uses: actions/checkout@v2
- name: rust toolchain
run: rustup show
- name: rust component-src
run: rustup component add rust-src
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
- uses: extractions/setup-just@v1
- name: run just clippy
Expand Down

0 comments on commit 874e8d0

Please sign in to comment.