Skip to content

Commit 9aae3cb

Browse files
authored
feat: add cache key options (#87)
1 parent 0c1a681 commit 9aae3cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
flutter-version: ${{inputs.flutter_version}}
6363
channel: ${{inputs.flutter_channel}}
6464
cache: true
65+
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
6566

6667
- name: 📦 Install Dependencies
6768
run: |

0 commit comments

Comments
 (0)