do not skip flutter step
This commit is contained in:
@@ -21,13 +21,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Cache Flutter dependencies
|
||||
id: flutter-cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /opt/hostedtoolcache/flutter
|
||||
key: ${{ env.flutter_version }}-flutter
|
||||
- name: "Install Flutter"
|
||||
if: steps.flutter-cache.outputs.cache-hit != 'true'
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
flutter-version: ${{ env.flutter_version }}
|
||||
|
||||
Reference in New Issue
Block a user