fix(workflow): revert cache action

This commit is contained in:
Kyush 2026-03-11 03:47:18 +09:00
commit a143c5e25e

View file

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