We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df287e commit ace7fabCopy full SHA for ace7fab
1 file changed
.github/workflows/test-suite.yml
@@ -35,6 +35,15 @@ jobs:
35
status: ${{ steps.changed-files.outputs.exists }}
36
changed_files: ${{ steps.changed-files.outputs.files }}
37
steps:
38
+ - name: Maximize build space
39
+ uses: AdityaGarg8/remove-unwanted-software@v5
40
+ with:
41
+ verbose: true
42
+ remove-dotnet: true
43
+ remove-android: true
44
+ remove-haskell: true
45
+ remove-large-packages: true
46
+
47
- uses: actions/checkout@v6
48
with:
49
fetch-depth: 2
0 commit comments