Merge pull request #1966 from Kingtous/master

opt: specify rust version for nightly
This commit is contained in:
RustDesk 2022-11-05 05:06:00 +08:00 committed by GitHub
commit 154e778fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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