diff --git a/.github/actions/ios/action.yml b/.github/actions/ios/action.yml index ced7c7c8..7be631c6 100644 --- a/.github/actions/ios/action.yml +++ b/.github/actions/ios/action.yml @@ -16,7 +16,7 @@ runs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - cache: true + cache: false flutter-version-file: pubspec.yaml - name: Update Podfile diff --git a/.github/actions/screenshot-ipad/action.yml b/.github/actions/screenshot-ipad/action.yml index a9e8a204..b7b442d4 100644 --- a/.github/actions/screenshot-ipad/action.yml +++ b/.github/actions/screenshot-ipad/action.yml @@ -12,7 +12,7 @@ runs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - cache: true + cache: false - name: Update Podfile shell: bash diff --git a/.github/actions/screenshot-iphone/action.yml b/.github/actions/screenshot-iphone/action.yml index 2683cce0..05090137 100644 --- a/.github/actions/screenshot-iphone/action.yml +++ b/.github/actions/screenshot-iphone/action.yml @@ -12,7 +12,7 @@ runs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - cache: true + cache: false - name: Update Podfile shell: bash