.github: gen - add rustfmt to toolchain

pull/279/head
Dave Tucker 2 years ago committed by GitHub
parent b71fe64a10
commit ce7a8b7dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,9 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal
toolchain: nightly toolchain: nightly
components: rustfmt, clippy
override: true override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1

Loading…
Cancel
Save