Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape committed Aug 10, 2024
1 parent e79fdbc commit 1513b53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.0'
- name: Clean Gradle cache
run: rm -rf ~/.gradle/caches/
- name: Flutter clean
run: flutter clean
- name: Install dependencies
run: flutter pub get
- name: Generate l10n
Expand Down

0 comments on commit 1513b53

Please sign in to comment.