mirror of
https://github.com/5etools-mirror-2/5etools-img.git
synced 2025-12-16 01:43:21 -06:00
Comment out free disk space temporarily.
This commit is contained in:
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user