Merge pull request #3084 from botanicvelious/master

Use same rust version for windows
This commit is contained in:
RustDesk 2023-02-06 10:07:07 +08:00 committed by GitHub
commit 182f0510fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,10 +59,9 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.62"
toolchain: stable
target: ${{ matrix.job.target }}
override: true
components: rustfmt
profile: minimal # minimal component installation (ie, no documentation)
- uses: Swatinem/rust-cache@v2