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
git-source: https://github.com/flutter/flutter.git
- name: free disk space
if: ${{ matrix.platform == 'android' }}
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
# - name: free disk space
# if: ${{ matrix.platform == 'android' }}
# run: |
# sudo swapoff -a
# sudo rm -f /swapfile
# sudo apt clean
# docker rmi $(docker image ls -aq)
# df -h
- name: Setup Java
if: ${{matrix.platform == 'android'}}
uses: actions/setup-java@v4