Browse Source

.github: gen - add rustfmt to toolchain

Dave Tucker 2 năm trước cách đây
mục cha
commit
ce7a8b7dc1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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