Skip to content

Commit

Permalink
ci: add missing components
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Sep 28, 2023
1 parent 664a239 commit 9308ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install nightly Rust
run: rustup default nightly
- name: Install additional components
run: |
rustup component add rustfmt
rustup component add clippy
- name: ${{ matrix.checks }}
run: cargo ${{ matrix.checks }}

0 comments on commit 9308ddd

Please sign in to comment.