We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a251923 commit 2eff281Copy full SHA for 2eff281
1 file changed
.github/workflows/flutter-web.yml
@@ -17,6 +17,9 @@ jobs:
17
flutter-version: '3.24.0'
18
channel: 'stable'
19
20
+ - name: Clear pub cache
21
+ run: flutter pub cache clean
22
+
23
- name: Install dependencies
24
run: flutter pub get
25
0 commit comments