Skip to content

Commit 657cfab

Browse files
committed
Free workflow disk space step
1 parent 728aad7 commit 657cfab

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ jobs:
3333
path: ${{ env.DOCKER_IMAGES_TAR }}
3434
key: ${{ env.DOCKER_CACHE_KEY }}
3535
lookup-only: true # Only check if cache exists, don't download
36+
- name: Free Disk Space (Ubuntu)
37+
uses: jlumbroso/free-disk-space@v1.3.1
38+
with:
39+
tool-cache: false
40+
android: true
41+
dotnet: true
42+
haskell: true
43+
large-packages: true
44+
docker-images: false
45+
swap-storage: false
3646
- name: Pull images
3747
if: steps.cache-check.outputs.cache-hit != 'true'
3848
run: |

0 commit comments

Comments
 (0)