Explorar el Código

.github: gen - add rustfmt to toolchain

Dave Tucker hace 2 años
padre
commit
ce7a8b7dc1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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