Skip to content

Commit 230a0f8

Browse files
committed
disable even more chaching
1 parent 23f030a commit 230a0f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/screenshot-ipad/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Set up Flutter
1313
uses: subosito/flutter-action@v2
1414
with:
15-
cache: true
15+
cache: false # TODO set to <true> after https://github.com/actions/runner/issues/449 is fixed
1616
flutter-version-file: pubspec.yaml
1717

1818
- name: Update Podfile

.github/actions/screenshot-iphone/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Set up Flutter
1313
uses: subosito/flutter-action@v2
1414
with:
15-
cache: true
15+
cache: false # TODO set to <true> after https://github.com/actions/runner/issues/449 is fixed
1616
flutter-version-file: pubspec.yaml
1717

1818
- name: Update Podfile

0 commit comments

Comments
 (0)