1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 01:07:23 +02:00

chore: Free Disk Space

This commit is contained in:
Fernandez Ludovic 2023-07-20 14:44:37 +02:00 committed by Ludovic Fernandez
parent 6a1c30e1ad
commit 0f3b4553c4

View File

@ -15,6 +15,22 @@ jobs:
CGO_ENABLED: 0
steps:
# https://github.com/marketplace/actions/free-disk-space-ubuntu
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed
tool-cache: false
# all of these default to true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: false
- name: Check out code
uses: actions/checkout@v3
with: