mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
opt: add flutter cache for windows macos
This commit is contained in:
parent
b7fc3b7f64
commit
837ff42ab0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/flutter-nightly.yml
vendored
2
.github/workflows/flutter-nightly.yml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Replace engine with rustdesk custom flutter engine
|
||||
run: |
|
||||
|
|
@ -157,6 +158,7 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue