mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
Merge pull request #3084 from botanicvelious/master
Use same rust version for windows
This commit is contained in:
commit
182f0510fc
3
.github/workflows/flutter-nightly.yml
vendored
3
.github/workflows/flutter-nightly.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user