We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76b1a6 commit 23f030aCopy full SHA for 23f030a
.github/actions/ios/action.yml
@@ -16,7 +16,7 @@ runs:
16
- name: Set up Flutter
17
uses: subosito/flutter-action@v2
18
with:
19
- cache: true
+ cache: false # TODO set to <true> after https://github.com/actions/runner/issues/449 is fixed
20
flutter-version-file: pubspec.yaml
21
22
- name: Update Podfile
.github/actions/macos/action.yml
0 commit comments