Skip to content

Commit

Permalink
Merge pull request #3 from QCDIS/1-builds-sometimes-fail-with-with-no…
Browse files Browse the repository at this point in the history
…-space-left-on-device

1 builds sometimes fail with with no space left on device
  • Loading branch information
gpelouze authored Feb 28, 2024
2 parents 51967cb + 331e64c commit ae82da0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Free Up GitHub Actions Ubuntu Runner Disk Space
uses: jlumbroso/[email protected]
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

- id: find-dockerfile
name: Find Dockerfile
run: |
Expand Down

0 comments on commit ae82da0

Please sign in to comment.