Skip to content

Commit 5a15016

Browse files
committed
Add action jlumbroso/free-disk-space@main
It frees up space from the runner (cherry picked from commit 6fafeb9)
1 parent ef9eaae commit 5a15016

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tox.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
needs: build
7070
steps:
7171
- uses: actions/checkout@v1
72+
- name: Free Disk Space (Ubuntu)
73+
uses: jlumbroso/free-disk-space@main
74+
with:
75+
tool-cache: false
76+
large-packages: false
77+
docker-images: false
78+
swap-storage: false
7279
- name: Install dependencies
7380
run: |
7481
set -euxo pipefail

0 commit comments

Comments
 (0)