Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed May 15, 2024
1 parent bd11ae3 commit 3669d28
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 @@ -22,8 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: >-
rustup toolchain install ${{matrix.toolchain }}
rustup component add rustfmt --toolchain ${{matrix.toolchain }}
rustup toolchain install ${{matrix.toolchain }} &&
rustup component add rustfmt --toolchain ${{matrix.toolchain }} &&
rustup default ${{matrix.toolchain }}
- name: Check for Format Errors
Expand Down

0 comments on commit 3669d28

Please sign in to comment.