Skip to content

Commit 0f3b455

Browse files
committed
chore: Free Disk Space
1 parent 6a1c30e commit 0f3b455

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ jobs:
1515
CGO_ENABLED: 0
1616

1717
steps:
18+
19+
# https://github.com/marketplace/actions/free-disk-space-ubuntu
20+
- name: Free Disk Space
21+
uses: jlumbroso/free-disk-space@main
22+
with:
23+
# this might remove tools that are actually needed
24+
tool-cache: false
25+
26+
# all of these default to true
27+
android: true
28+
dotnet: true
29+
haskell: true
30+
large-packages: true
31+
docker-images: true
32+
swap-storage: false
33+
1834
- name: Check out code
1935
uses: actions/checkout@v3
2036
with:

0 commit comments

Comments
 (0)