diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index def7b10..72246fd 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -32,6 +32,7 @@ jobs: with: channel: stable flutter-version: ${{ env.FLUTTER_VERSION }} + cache: true - name: ๐Ÿ“ฆ Install Additional Tooling # Add additional Flutter tooling @@ -59,6 +60,7 @@ jobs: with: channel: stable flutter-version: ${{ env.FLUTTER_VERSION }} + cache: true - name: ๐Ÿงช Run Tests run: flutter test @@ -76,6 +78,7 @@ jobs: with: channel: stable flutter-version: ${{ env.FLUTTER_VERSION }} + cache: true - name: ๐Ÿค– Build Android app working-directory: example @@ -94,6 +97,7 @@ jobs: with: channel: stable flutter-version: ${{ env.FLUTTER_VERSION }} + cache: true - name: ๐ŸŽ Build iOS app working-directory: example