forked from mirrors/rustdesk
fix(workflow): revert cache action
This commit is contained in:
parent
efab525284
commit
a143c5e25e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/custom-android-build.yml
vendored
4
.github/workflows/custom-android-build.yml
vendored
|
|
@ -106,7 +106,6 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
flutter-version: ${{ env.ANDROID_FLUTTER_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Patch flutter
|
||||
run: |
|
||||
|
|
@ -132,7 +131,7 @@ jobs:
|
|||
with:
|
||||
vcpkgDirectory: /opt/artifacts/vcpkg
|
||||
vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }}
|
||||
doNotCache: true # run-vcpkg 자체 캐시 비활성화 (위의 actions/cache로 대체)
|
||||
doNotCache: false
|
||||
|
||||
- name: Install vcpkg dependencies
|
||||
shell: bash
|
||||
|
|
@ -339,7 +338,6 @@ jobs:
|
|||
with:
|
||||
channel: "stable"
|
||||
flutter-version: ${{ env.ANDROID_FLUTTER_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Patch flutter
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue