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.
2 parents 48d7304 + 41424a1 commit 64afaddCopy full SHA for 64afadd
.github/workflows/oci.yaml
@@ -38,6 +38,18 @@ jobs:
38
steps:
39
- name: Free Disk Space (Ubuntu)
40
uses: jlumbroso/free-disk-space@main
41
+ with:
42
+ # this might remove tools that are actually needed,
43
+ # if set to "true" but frees about 6 GB
44
+ tool-cache: false
45
+ # all of these default to true, but feel free to set to
46
+ # "false" if necessary for your workflow
47
+ android: true
48
+ dotnet: true
49
+ haskell: true
50
+ large-packages: true
51
+ docker-images: false
52
+ swap-storage: true
53
54
- name: Checkout
55
uses: actions/checkout@v4
0 commit comments