Skip to content

Commit 2eff281

Browse files
committed
Add pub cache clean to force cache refresh in CI
1 parent a251923 commit 2eff281

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/flutter-web.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
flutter-version: '3.24.0'
1818
channel: 'stable'
1919

20+
- name: Clear pub cache
21+
run: flutter pub cache clean
22+
2023
- name: Install dependencies
2124
run: flutter pub get
2225

0 commit comments

Comments
 (0)