opt: add flutter cache for windows macos

This commit is contained in:
Kingtous 2022-12-04 15:47:06 +08:00
parent b7fc3b7f64
commit 837ff42ab0

View File

@ -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