From 306c6703664669891c60e747ab6867d76462cdd3 Mon Sep 17 00:00:00 2001 From: Kokomo123 Date: Mon, 26 Aug 2024 09:06:54 -0400 Subject: [PATCH] Comment out free disk space temporarily. --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fa5a7ce..537380d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,18 +45,18 @@ jobs: - uses: actions/checkout@master # See: https://stackoverflow.com/a/58178121 - - name: Free Disk Space (Ubuntu) - uses: insightsengineering/disk-space-reclaimer@v1 - with: + #- name: Free Disk Space (Ubuntu) + #uses: insightsengineering/disk-space-reclaimer@v1 + #with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB - tools-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - swap-storage: true - docker-images: false + # tools-cache: true + # android: true + # dotnet: true + # haskell: true + # large-packages: true + # swap-storage: true + # docker-images: false - name: Set Env run: |