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

@@ -85,7 +85,8 @@ jobs:
channel: stable
flutter-version: 2.5.0
cache: true
cache-key: key-20220110
cache-key: key-20220113
cache-path: ${{ runner.tool_cache }}/flutter/2.5.0-stable
- name: Run dart --version
shell: bash
run: dart --version