diff --git a/.github/workflows/stream_flutter_workflow.yml b/.github/workflows/stream_flutter_workflow.yml index 2e40d80fb8..b6b7341618 100644 --- a/.github/workflows/stream_flutter_workflow.yml +++ b/.github/workflows/stream_flutter_workflow.yml @@ -177,6 +177,8 @@ jobs: with: fetch-depth: 0 - uses: ./.github/actions/setup-flutter + - uses: ./.github/actions/cache-gradle + if: matrix.platform == 'android' - uses: maxim-lobanov/setup-xcode@v1 if: matrix.platform == 'ios' with: