Skip to content

Commit

Permalink
fix typo and try without cleaning disk space linux lite
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Sep 1, 2024
1 parent 5776e53 commit 9518cac
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/Build-All-Platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9518cac

Please sign in to comment.