mirror of
https://github.com/5etools-mirror-2/5etools-img.git
synced 2025-12-17 08:23:22 -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
|
- 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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user