build: remove Check Disk Space step.

This commit is contained in:
liqiang-fit2cloud 2025-10-17 16:34:14 +08:00
parent 93efd15f04
commit 55dc3a67e1

View File

@ -42,21 +42,6 @@ jobs:
run: |
ls -la
rm -rf -- ./* ./.??*
- name: Check Disk Space
run: df -h
- name: Free Disk Space (Ubuntu)
if: ${{ contains(github.event.inputs.architecture, ',') }}
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: false
- name: Check Disk Space
run: df -h
- name: Checkout
uses: actions/checkout@v4
with:
@ -113,21 +98,6 @@ jobs:
run: |
ls -la
rm -rf -- ./* ./.??*
- name: Check Disk Space
run: df -h
- name: Free Disk Space (Ubuntu)
if: ${{ contains(github.event.inputs.architecture, ',') }}
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: false
- name: Check Disk Space
run: df -h
- name: Checkout
uses: actions/checkout@v4
with: