File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,13 @@ runs:
113113 with :
114114 path : ${{ steps.flutter-action.outputs.CACHE-PATH }}
115115 key : ${{ steps.flutter-action.outputs.CACHE-KEY }}
116- restore-keys : |
117- ${{ steps.flutter-action.outputs.CACHE-KEY }}
118116
119117 - name : Cache pub dependencies
120118 uses : actions/cache@v4
121119 if : ${{ inputs.cache == 'true' }}
122120 with :
123121 path : ${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}
124122 key : ${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}-${{ hashFiles('**/pubspec.lock') }}
125- restore-keys : |
126- ${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}-${{ hashFiles('**/pubspec.lock') }}
127- ${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}
128123
129124 - name : Run setup script
130125 shell : bash
You can’t perform that action at this time.
0 commit comments