Parcourir la source

.github: gen - add rustfmt to toolchain

Dave Tucker il y a 2 ans
Parent
commit
ce7a8b7dc1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/gen.yml

+ 2 - 0
.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