Skip to content

Commit 2d22479

Browse files
committed
fix: temporarly disable cache
1 parent b23def7 commit 2d22479

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/03-build-ios.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ jobs:
4949

5050
- name: Flutter
5151
uses: subosito/flutter-action@v2
52-
with:
53-
cache: true
54-
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
55-
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
52+
# TODO: activate back cache
53+
# with:
54+
# cache: true
55+
# cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
56+
# cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
5657
# - run: flutter build ios --simulator --target=integration_test/screenshot_test.dart
5758
# if: ${{ inputs.screenshot == 'true' }}
5859
#

0 commit comments

Comments
 (0)