From 072cd6a85111346733ca79c5317b44742d399ae4 Mon Sep 17 00:00:00 2001 From: lucasew Date: Sun, 1 Dec 2024 23:36:15 -0300 Subject: [PATCH] actions: using my workflow to setup the free space Signed-off-by: lucasew --- .github/workflows/prebuild.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 48b41ebf..7b34b8e4 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -20,22 +20,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - name: Maximize build disk space - uses: jlumbroso/free-disk-space@v1.3.1 - with: - swap-storage: false - tool-cache: true - - name: Other way to maximize build space + LVM trick on /nix - uses: easimon/maximize-build-space@v10 - with: - build-mount-path: /nix - remove-dotnet: true - remove-android: true - remove-haskell: true - remove-codeql: true - remove-docker-images: true - # overprovision-lvm: true - + - name: Setup build disk space + uses: lucasew/action-i-only-care-about-nix - uses: actions/checkout@v2 - name: Setup stuff run: |