Переглянути джерело

.github: gen - add rustfmt to toolchain

Dave Tucker 2 роки тому
батько
коміт
ce7a8b7dc1
1 змінених файлів з 2 додано та 0 видалено
  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