change to nightly-2023-12-28, the day of 1.75.0
This commit is contained in:
parent
1729c3f76d
commit
b306d808fb
2
.github/workflows/flutter-build.yml
vendored
2
.github/workflows/flutter-build.yml
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user