Cleaned flutter cache
This commit is contained in:
@@ -15,6 +15,12 @@ jobs:
|
||||
apt-get update
|
||||
apt-get install -y jq
|
||||
|
||||
|
||||
- name: Clean Flutter Cache
|
||||
run: |
|
||||
rm -rf /opt/hostedtoolcache/flutter
|
||||
rm -rf ~/flutter
|
||||
|
||||
- name: Set Up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user