build: Disable cache for deploy web

This commit is contained in:
Krille 2023-12-11 14:44:39 +01:00
parent 25d8c82e52
commit 80f6351aaf
No known key found for this signature in database

View file

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