We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23def7 commit 2d22479Copy full SHA for 2d22479
.github/workflows/03-build-ios.yml
@@ -49,10 +49,11 @@ jobs:
49
50
- name: Flutter
51
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:"
+# TODO: activate back cache
+# with:
+# cache: true
+# cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
56
+# cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
57
# - run: flutter build ios --simulator --target=integration_test/screenshot_test.dart
58
# if: ${{ inputs.screenshot == 'true' }}
59
#
0 commit comments