Skip to content

Commit 23f030a

Browse files
committed
disable even more caching
1 parent f76b1a6 commit 23f030a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/ios/action.yml

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

2222
- name: Update Podfile

.github/actions/macos/action.yml

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

2222
- name: Update Podfile

0 commit comments

Comments
 (0)