mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-02-04 07:52:55 +00:00
cd: disable free disk space step
This commit is contained in:
parent
8bce0fa17d
commit
759bf36387
16
.github/workflows/spotube-release-binary.yml
vendored
16
.github/workflows/spotube-release-binary.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user