do not skip flutter step

This commit is contained in:
Salvatore Giordano
2021-06-26 14:13:38 +02:00
parent e657b131ee
commit d4cb197086
@@ -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 }}