Skip to content

Commit 1269719

Browse files
authored
Free disk space on Linux CI (#540)
Saves 14gb
1 parent 4c6cb35 commit 1269719

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ jobs:
2727
name: "Build - ${{ matrix.artifact-name }}"
2828
runs-on: ${{ matrix.os }}
2929
steps:
30+
- name: Free Disk Space
31+
uses: jlumbroso/free-disk-space@main
32+
with:
33+
tool-cache: false
34+
android: true
35+
dotnet: false
36+
haskell: true
37+
large-packages: false
38+
docker-images: false
39+
swap-storage: false
40+
if: (matrix.artifact-name == 'Linux' || matrix.artifact-name == 'LinuxArm64')
3041
- uses: actions/checkout@v4
3142
- uses: gradle/actions/wrapper-validation@v4
3243
- uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)