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 1feaeb7 commit 970f09dCopy full SHA for 970f09d
.github/workflows/build.yml
@@ -23,11 +23,15 @@ jobs:
23
changelog: ${{ steps.properties.outputs.changelog }}
24
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
25
steps:
26
- - name: Maximize Build Space
27
uses: jlumbroso/free-disk-space@main
28
with:
29
tool-cache: false
30
large-packages: false
+ android: true
31
+ dotnet: true
32
+ haskell: true
33
+ docker-images: true
34
+ swap-storage: true
35
- name: Dump GitHub context
36
env:
37
GITHUB_CONTEXT: ${{ toJSON(github) }}
0 commit comments