File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup flutter
2121 uses : subosito/flutter-action@v2
2222 with :
23- flutter-version : " 3.0 .5"
23+ flutter-version : " 3.7 .5"
2424 channel : " stable"
25- cache : true
26- cache-key : " deps-${{ hashFiles('**/pubspec.lock') }}"
27- cache-path : ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
2825
2926 - name : Run prebuild
3027 run : bash prebuild.sh
Original file line number Diff line number Diff line change 2323 - name : Setup flutter
2424 uses : subosito/flutter-action@v2
2525 with :
26- flutter-version : " 3.0 .5"
26+ flutter-version : " 3.7 .5"
2727 channel : " stable"
28- cache : true
29- cache-key : deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
30- cache-path : ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
3128
3229 - name : Run prebuild
3330 run : bash prebuild.sh
You can’t perform that action at this time.
0 commit comments