diff --git a/.github/workflows/stream_flutter_workflow.yml b/.github/workflows/stream_flutter_workflow.yml index 69f6d989..0285326a 100644 --- a/.github/workflows/stream_flutter_workflow.yml +++ b/.github/workflows/stream_flutter_workflow.yml @@ -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 }}