Skip to content

Commit 855288a

Browse files
authored
Add runner cleanup (#326)
1 parent d6e4baf commit 855288a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pre-main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ jobs:
6565
PFLT_DOCKERCONFIG: '/home/runner/.docker/config'
6666

6767
steps:
68+
- name: Free Disk Space (Ubuntu)
69+
uses: jlumbroso/free-disk-space@main
70+
with:
71+
tool-cache: false
72+
android: true
73+
dotnet: true
74+
haskell: true
75+
large-packages: true
76+
docker-images: true
77+
swap-storage: true
78+
6879
- name: Set up Go 1.20
6980
uses: actions/setup-go@v4
7081
with:

0 commit comments

Comments
 (0)