Skip to content

Commit

Permalink
have to use nightly for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Mar 26, 2024
1 parent 2eb5913 commit 1729c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1729c3f

Please sign in to comment.