Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 83715b7

Browse files
committed
CI: Enable aggressive disk space cleanup to fix out of space errors
The pip install step was failing due to insufficient disk space. Enabled removal of dotnet, haskell, large-packages, and docker-images to free up significantly more space for the build.
1 parent c5aa0a9 commit 83715b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
tool-cache: false
2525
android: true
26-
dotnet: false
27-
haskell: false
28-
large-packages: false
29-
docker-images: false
26+
dotnet: true
27+
haskell: true
28+
large-packages: true
29+
docker-images: true
3030
swap-storage: false
3131

3232
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)