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: with:
fetch-depth: 0 fetch-depth: 0
- name: Cache Flutter dependencies - name: Cache Flutter dependencies
id: flutter-cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: /opt/hostedtoolcache/flutter path: /opt/hostedtoolcache/flutter
key: ${{ env.flutter_version }}-flutter key: ${{ env.flutter_version }}-flutter
- name: "Install Flutter" - name: "Install Flutter"
if: steps.flutter-cache.outputs.cache-hit != 'true'
uses: subosito/flutter-action@v1 uses: subosito/flutter-action@v1
with: with:
flutter-version: ${{ env.flutter_version }} flutter-version: ${{ env.flutter_version }}