From 2eb591391e60e8db7fd98108207af1e82336fe94 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 27 Mar 2024 01:48:34 +0800 Subject: [PATCH] fix ci --- .github/workflows/flutter-build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 82d01ccd3..d5789ad41 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -96,7 +96,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - uses: Swatinem/rust-cache@v2 with: @@ -221,7 +221,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }}-${{ matrix.job.target }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - uses: Swatinem/rust-cache@v2 with: @@ -446,7 +446,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - uses: Swatinem/rust-cache@v2 with: @@ -613,7 +613,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - uses: Swatinem/rust-cache@v2 with: @@ -764,7 +764,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: ${{ env.RUST_VERSION }} - components: "" + components: "rustfmt" - uses: Swatinem/rust-cache@v2 with: @@ -929,7 +929,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - name: Save Rust toolchain version run: | @@ -1138,7 +1138,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - name: Save Rust toolchain version run: | @@ -1330,7 +1330,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.job.target }} - components: "" + components: "rustfmt" - name: Save Rust toolchain version run: |