change to nightly-2023-12-28, the day of 1.75.0

This commit is contained in:
rustdesk 2024-03-27 02:13:25 +08:00
parent 1729c3f76d
commit b306d808fb

View File

@ -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"