have to use nightly for win32

This commit is contained in:
rustdesk 2024-03-27 02:05:54 +08:00
parent 2eb591391e
commit 1729c3f76d

View File

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