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 728aad7 commit 657cfabCopy full SHA for 657cfab
1 file changed
.github/workflows/test.yaml
@@ -33,6 +33,16 @@ jobs:
33
path: ${{ env.DOCKER_IMAGES_TAR }}
34
key: ${{ env.DOCKER_CACHE_KEY }}
35
lookup-only: true # Only check if cache exists, don't download
36
+ - name: Free Disk Space (Ubuntu)
37
+ uses: jlumbroso/free-disk-space@v1.3.1
38
+ with:
39
+ tool-cache: false
40
+ android: true
41
+ dotnet: true
42
+ haskell: true
43
+ large-packages: true
44
+ docker-images: false
45
+ swap-storage: false
46
- name: Pull images
47
if: steps.cache-check.outputs.cache-hit != 'true'
48
run: |
0 commit comments