From ce7a8b7dc10521095f4f05a94bb2904f78580eaa Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Mon, 23 May 2022 15:20:08 +0100 Subject: [PATCH] .github: gen - add rustfmt to toolchain --- .github/workflows/gen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 43225f3a..15a3e185 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -20,7 +20,9 @@ jobs: - uses: actions-rs/toolchain@v1 with: + profile: minimal toolchain: nightly + components: rustfmt, clippy override: true - uses: Swatinem/rust-cache@v1