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 0ab9209 commit b1e2a48Copy full SHA for b1e2a48
.github/workflows/ci.yml
@@ -71,6 +71,22 @@ jobs:
71
steps:
72
- uses: actions/checkout@v6
73
74
+ - name: Free Disk Space (Ubuntu)
75
+ uses: jlumbroso/free-disk-space@v1.3.1
76
+ with:
77
+ # this might remove tools that are actually needed,
78
+ # if set to "true" but frees about 6 GB
79
+ tool-cache: false
80
+
81
+ # all of these default to true, but feel free to set to
82
+ # "false" if our workflow needs parts
83
+ android: true
84
+ dotnet: true
85
+ haskell: true
86
+ large-packages: true
87
+ docker-images: true
88
+ swap-storage: true
89
90
- name: Set up Docker Buildx
91
uses: docker/setup-buildx-action@v3
92
0 commit comments