add cache path option

This commit is contained in:
Alif Rachmawadi
2022-01-13 10:10:55 +00:00
parent 03e576dcd6
commit 4f5d1c6d12
4 changed files with 41 additions and 15 deletions

View File

@@ -157,5 +157,6 @@ steps:
flutter-version: 2.5.0
cache: true
cache-key: flutter # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- run: flutter --version
```