Compare commits

..

2 Commits

Author SHA1 Message Date
Guanciottaman
c27c37b527
Merge ff252d6b14 into 759bf36387 2026-02-01 22:42:32 +06:00
Kingkor Roy Tirtho
759bf36387
cd: disable free disk space step 2026-02-01 22:16:18 +06:00

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