File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 11name : Flutter CI
22
33on :
4+ push :
5+ branches :
6+ - master
47 pull_request :
58 branches :
69 - master
@@ -18,16 +21,16 @@ jobs:
1821 with :
1922 flutter-version : ' 3.19.6'
2023
21- - name : Cache Flutter dependencies
22- uses : actions/cache@v3
23- with :
24- path : |
25- ~/.pub-cache
26- flutter/bin/cache
27- # key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
28- key : ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
29- restore-keys : |
30- ${{ runner.os }}-flutter-
24+ # - name: Cache Flutter dependencies
25+ # uses: actions/cache@v3
26+ # with:
27+ # path: |
28+ # ~/.pub-cache
29+ # flutter/bin/cache
30+ # # key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
31+ # key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
32+ # restore-keys: |
33+ # ${{ runner.os }}-flutter-
3134
3235 - name : Install dependencies
3336 run : flutter pub get
You can’t perform that action at this time.
0 commit comments