update readme

This commit is contained in:
Alif Rachmawadi
2022-01-13 11:02:57 +00:00
parent 4f5d1c6d12
commit 0c281f1e59

View File

@@ -153,8 +153,8 @@ steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: stable
flutter-version: 2.5.0 flutter-version: 2.5.0
channel: stable
cache: true cache: true
cache-key: flutter # optional, change this to force refresh cache cache-key: flutter # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path