File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,10 @@ jobs:
207207 - uses : subosito/flutter-action@v2.21.0
208208 with :
209209 flutter-version-file : app/pubspec.yaml
210+ channel : " master"
210211 cache : true
212+ cache-key : " flutter-:os:-:channel:-:version:-:arch:-:hash:"
213+ cache-path : " ${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
211214 - name : ✅ Enable platforms
212215 run : |
213216 rm -f "$(dirname "$(dirname "$(command -v flutter)")")/engine/src/.gn"
@@ -340,7 +343,10 @@ jobs:
340343 - uses : subosito/flutter-action@v2.21.0
341344 with :
342345 flutter-version-file : app/pubspec.yaml
346+ channel : " master"
343347 cache : true
348+ cache-key : " flutter-:os:-:channel:-:version:-:arch:-:hash:"
349+ cache-path : " ${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
344350 - name : ✅ Enable platforms
345351 run : |
346352 rm -f "$(dirname "$(dirname "$(command -v flutter)")")/engine/src/.gn"
@@ -553,7 +559,10 @@ jobs:
553559 - uses : subosito/flutter-action@v2.21.0
554560 with :
555561 flutter-version-file : app/pubspec.yaml
562+ channel : " master"
556563 cache : true
564+ cache-key : " flutter-:os:-:channel:-:version:-:arch:-:hash:"
565+ cache-path : " ${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
557566 - name : 📦 Get dependencies
558567 run : |
559568 flutter clean
You can’t perform that action at this time.
0 commit comments