Skip to content

Commit

Permalink
ci: install rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Dec 8, 2023
1 parent 633aceb commit 0c7e35b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust_version }}
- name: Add rustfmt
run: rustup component add rustfmt
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 0c7e35b

Please sign in to comment.