Skip to content

Commit

Permalink
fix: still include extra components when installing rust
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Aug 30, 2024
1 parent 9ecf310 commit a4877f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
components: ${{ env.RUST_COMPONENTS }}
components: '${{ env.RUST_COMPONENTS }}, clippy'

- name: Cache build artifacts
uses: Leafwing-Studios/cargo-cache@v2
Expand All @@ -72,7 +72,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
components: ${{ env.RUST_COMPONENTS }}
components: '${{ env.RUST_COMPONENTS }}, rustfmt'

- name: Run rustfmt
run: cargo fmt --all --check
Expand Down

0 comments on commit a4877f0

Please sign in to comment.