Skip to content

Commit

Permalink
Add: Free Disk Space (Ubuntu)
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 14, 2024
1 parent 8d296b2 commit c52ba92
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ jobs:
python-version: ["3.11"]
fail-fast: false
steps:
- name: Free Disk Space (Ubuntu)
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v4
# with:
# fetch-depth: 2
Expand Down

0 comments on commit c52ba92

Please sign in to comment.