Skip to content

Commit

Permalink
Set fixed formatting toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Alainx277 committed Sep 22, 2023
1 parent e66cbd7 commit 68c11a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71.1
components: rustfmt
- uses: actions-rs/cargo@v1
with:
toolchain: 1.71.1
command: fmt
args: --all -- --check

Expand Down

0 comments on commit 68c11a6

Please sign in to comment.