mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 09:41:28 +03:00
Merge pull request #1966 from Kingtous/master
opt: specify rust version for nightly
This commit is contained in:
3
.github/workflows/flutter-nightly.yml
vendored
3
.github/workflows/flutter-nightly.yml
vendored
@@ -41,9 +41,10 @@ jobs:
|
|||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: "1.62"
|
||||||
target: ${{ matrix.job.target }}
|
target: ${{ matrix.job.target }}
|
||||||
override: true
|
override: true
|
||||||
|
components: rustfmt
|
||||||
profile: minimal # minimal component installation (ie, no documentation)
|
profile: minimal # minimal component installation (ie, no documentation)
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user