Comment out free disk space temporarily.

This commit is contained in:
Kokomo123
2024-08-26 09:06:54 -04:00
parent 2a7d6d46af
commit 306c670366

View File

@@ -45,18 +45,18 @@ jobs:
- uses: actions/checkout@master - uses: actions/checkout@master
# See: https://stackoverflow.com/a/58178121 # See: https://stackoverflow.com/a/58178121
- name: Free Disk Space (Ubuntu) #- name: Free Disk Space (Ubuntu)
uses: insightsengineering/disk-space-reclaimer@v1 #uses: insightsengineering/disk-space-reclaimer@v1
with: #with:
# this might remove tools that are actually needed, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # if set to "true" but frees about 6 GB
tools-cache: true # tools-cache: true
android: true # android: true
dotnet: true # dotnet: true
haskell: true # haskell: true
large-packages: true # large-packages: true
swap-storage: true # swap-storage: true
docker-images: false # docker-images: false
- name: Set Env - name: Set Env
run: | run: |