From c853b781ea086a8e0d9a4145351162bf398dbef8 Mon Sep 17 00:00:00 2001 From: Kingtous Date: Fri, 4 Nov 2022 20:51:13 +0800 Subject: [PATCH] feat: add rustfmt --- .github/workflows/flutter-nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flutter-nightly.yml b/.github/workflows/flutter-nightly.yml index efdd68592..3062001de 100644 --- a/.github/workflows/flutter-nightly.yml +++ b/.github/workflows/flutter-nightly.yml @@ -44,6 +44,7 @@ jobs: toolchain: "1.62" target: ${{ matrix.job.target }} override: true + components: rustfmt profile: minimal # minimal component installation (ie, no documentation) - uses: Swatinem/rust-cache@v2