Skip to content

Commit 1bde56b

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

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
@@ -88,6 +88,16 @@ jobs:
8888
with:
8989
path: ${{ env.DOCKER_IMAGES_TAR }}
9090
key: ${{ env.DOCKER_CACHE_KEY }}
91+
- name: Free Disk Space (Ubuntu)
92+
uses: jlumbroso/free-disk-space@v1.3.1
93+
with:
94+
tool-cache: false
95+
android: true
96+
dotnet: true
97+
haskell: true
98+
large-packages: true
99+
docker-images: false
100+
swap-storage: false
91101
- name: Load Docker images
92102
run: |
93103
if [ -f $DOCKER_IMAGES_TAR ]; then

0 commit comments

Comments
 (0)