build: Disable cache for deploy web

pull/734/head
Krille 1 year ago
parent 25d8c82e52
commit 80f6351aaf
No known key found for this signature in database

@ -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

Loading…
Cancel
Save