Added rustfmt to setup for actions-rs/toolchain.

This commit is contained in:
Martin
2023-01-10 08:52:55 +00:00
parent 23bbd90c81
commit 190cb162ad

View File

@@ -28,6 +28,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt
- name: Setup cargo-make
uses: davidB/rust-cargo-make@v1