Skip to content

Commit a92bbe6

Browse files
authored
ci(release): add free-disk-space action (#787)
1 parent 53610b5 commit a92bbe6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ jobs:
4545
env:
4646
GITHUB_REF_NAME: ${{ github.ref_name }}
4747
steps:
48+
- name: Free Disk Space
49+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
50+
with:
51+
# This might remove tools that are actually needed, if set to "true" but
52+
# frees about 6 GB.
53+
tool-cache: false
54+
55+
# All of these default to true, but feel free to set to "false" if
56+
# necessary for your workflow.
57+
android: true
58+
dotnet: true
59+
haskell: true
60+
large-packages: true
61+
docker-images: true
62+
swap-storage: true
63+
4864
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4965
- uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
5066
# As of 2024-04-08 this throws

0 commit comments

Comments
 (0)