diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index f621a983e..ecefb5b7b 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: nightly-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required + toolchain: nightly-2023-12-28-${{ matrix.job.target }} # must use nightly here, because of abi_thiscall feature required targets: ${{ matrix.job.target }} components: "rustfmt"