From 1729c3f76d357a80f0d60190d77a728c30e55b9e Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 27 Mar 2024 02:05:54 +0800 Subject: [PATCH] have to use nightly for win32 --- .github/workflows/flutter-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index d5789ad41..f621a983e 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -219,7 +219,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@v1 with: - toolchain: ${{ env.RUST_VERSION }}-${{ matrix.job.target }} + toolchain: nightly-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required targets: ${{ matrix.job.target }} components: "rustfmt"