diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index f66a4926..8b912da2 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -18,7 +18,6 @@ jobs: - uses: subosito/flutter-action@v2 with: flutter-version: ${{ env.FLUTTER_VERSION }} - cache: true - run: flutter pub get - name: Prepare web run: ./scripts/prepare-web.sh