Skip to content

Commit b1e2a48

Browse files
sypharGuillaumeGomez
authored andcommitted
ci: try freeing some disk space for gui tests
1 parent 0ab9209 commit b1e2a48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,22 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v6
7373

74+
- name: Free Disk Space (Ubuntu)
75+
uses: jlumbroso/free-disk-space@v1.3.1
76+
with:
77+
# this might remove tools that are actually needed,
78+
# if set to "true" but frees about 6 GB
79+
tool-cache: false
80+
81+
# all of these default to true, but feel free to set to
82+
# "false" if our workflow needs parts
83+
android: true
84+
dotnet: true
85+
haskell: true
86+
large-packages: true
87+
docker-images: true
88+
swap-storage: true
89+
7490
- name: Set up Docker Buildx
7591
uses: docker/setup-buildx-action@v3
7692

0 commit comments

Comments
 (0)