cd: disable free disk space step

This commit is contained in:
Kingkor Roy Tirtho 2026-02-01 22:16:18 +06:00 committed by GitHub
parent 8bce0fa17d
commit 759bf36387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,14 +78,14 @@ jobs:
cache: true cache: true
git-source: https://github.com/flutter/flutter.git git-source: https://github.com/flutter/flutter.git
- name: free disk space # - name: free disk space
if: ${{ matrix.platform == 'android' }} # if: ${{ matrix.platform == 'android' }}
run: | # run: |
sudo swapoff -a # sudo swapoff -a
sudo rm -f /swapfile # sudo rm -f /swapfile
sudo apt clean # sudo apt clean
docker rmi $(docker image ls -aq) # docker rmi $(docker image ls -aq)
df -h # df -h
- name: Setup Java - name: Setup Java
if: ${{matrix.platform == 'android'}} if: ${{matrix.platform == 'android'}}
uses: actions/setup-java@v4 uses: actions/setup-java@v4