Skip to content

Commit

Permalink
free diskspace
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Aug 15, 2024
1 parent 5ac48f7 commit c75e9a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ jobs:
steps:
- uses: actions/checkout@v3

# free up space
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

# calculate some variables that are used later
- name: version information
run: |
Expand Down

0 comments on commit c75e9a9

Please sign in to comment.