Skip to content

Commit 970f09d

Browse files
committed
wip
1 parent 1feaeb7 commit 970f09d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ jobs:
2323
changelog: ${{ steps.properties.outputs.changelog }}
2424
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
2525
steps:
26-
- name: Maximize Build Space
2726
uses: jlumbroso/free-disk-space@main
2827
with:
2928
tool-cache: false
3029
large-packages: false
30+
android: true
31+
dotnet: true
32+
haskell: true
33+
docker-images: true
34+
swap-storage: true
3135
- name: Dump GitHub context
3236
env:
3337
GITHUB_CONTEXT: ${{ toJSON(github) }}

0 commit comments

Comments
 (0)