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 3b276e9 commit 7fcd90fCopy full SHA for 7fcd90f
.github/workflows/docker.yml
@@ -103,6 +103,22 @@ jobs:
103
latest: false
104
runs-on: ubuntu-latest
105
steps:
106
+ - name: Free Disk Space
107
+ uses: jlumbroso/free-disk-space@main
108
+ with:
109
+ # this might remove tools that are actually needed,
110
+ # if set to "true" but frees about 6 GB
111
+ tool-cache: false
112
+
113
+ # all of these default to true, but feel free to set to
114
+ # "false" if necessary for your workflow
115
+ android: true
116
+ dotnet: true
117
+ haskell: true
118
+ large-packages: true
119
+ docker-images: true
120
+ swap-storage: true
121
122
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
123
124
- name: Download prebuild binaries
0 commit comments