From 9518cacf04c4ac82b5c9e81d194081281547f48e Mon Sep 17 00:00:00 2001 From: NevermindNilas Date: Sun, 1 Sep 2024 22:31:50 +0300 Subject: [PATCH] fix typo and try without cleaning disk space linux lite --- .github/workflows/Build-All-Platforms.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/Build-All-Platforms.yaml b/.github/workflows/Build-All-Platforms.yaml index bd62816e..cabb6032 100644 --- a/.github/workflows/Build-All-Platforms.yaml +++ b/.github/workflows/Build-All-Platforms.yaml @@ -162,19 +162,19 @@ jobs: with: python-version: "3.12.4" - - name: Free Disk Space - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true + #- name: Free Disk Space + # uses: jlumbroso/free-disk-space@main + # with: + # tool-cache: false + # android: true + # dotnet: true + # haskell: true + # large-packages: true + # docker-images: true + # swap-storage: true - name: Run lite build script - run: python build-lite-linux.py + run: python build-linux-lite.py - name: Compress lite directory run: |