Skip to content

Commit

Permalink
test: make doubly sure right rustfmt is installed
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Nov 21, 2023
1 parent ead09ec commit 8e568ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
toolchain: nightly
components: rustfmt, clippy
- name: rustup update
run: rustup update
- name: make doubly sure right rustfmt is installed
run: |
rustup default nightly
rustup component add rustfmt
rustup update
- name: Check formatting
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 8e568ed

Please sign in to comment.