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 23f030a commit 230a0f8Copy full SHA for 230a0f8
.github/actions/screenshot-ipad/action.yml
@@ -12,7 +12,7 @@ runs:
12
- name: Set up Flutter
13
uses: subosito/flutter-action@v2
14
with:
15
- cache: true
+ cache: false # TODO set to <true> after https://github.com/actions/runner/issues/449 is fixed
16
flutter-version-file: pubspec.yaml
17
18
- name: Update Podfile
.github/actions/screenshot-iphone/action.yml
0 commit comments