diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e349b7..a12a36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: stable + cache: true - name: Install dependencies run: flutter pub get