Skip to content

Commit

Permalink
ci: install rustfmt with rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 13, 2023
1 parent 45ea6b9 commit 855c281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-iov-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
rustup install 1.69.0
rustup default 1.69.0
rustup component add clippy
rustup component add rustfmt
- name: Toolchain info
run: |
Expand Down

0 comments on commit 855c281

Please sign in to comment.