Skip to content

Commit 7fcd90f

Browse files
committed
Free disk space before building
1 parent 3b276e9 commit 7fcd90f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docker.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,22 @@ jobs:
103103
latest: false
104104
runs-on: ubuntu-latest
105105
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+
106122
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
107123

108124
- name: Download prebuild binaries

0 commit comments

Comments
 (0)