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 fde6fc3 commit b9e8271Copy full SHA for b9e8271
.github/workflows/release.yml
@@ -17,6 +17,22 @@ jobs:
17
- aarch64-unknown-linux-musl
18
19
steps:
20
+ - name: Free Disk Space (Ubuntu)
21
+ uses: jlumbroso/free-disk-space@main
22
+ with:
23
+ # this might remove tools that are actually needed,
24
+ # if set to "true" but frees about 6 GB
25
+ tool-cache: false
26
+
27
+ # all of these default to true, but feel free to set to
28
+ # "false" if necessary for your workflow
29
+ android: true
30
+ dotnet: true
31
+ haskell: true
32
+ large-packages: true
33
+ docker-images: true
34
+ swap-storage: true
35
36
- name: Checkout
37
uses: actions/checkout@v4
38
0 commit comments