Skip to content

Commit

Permalink
workflow: free disk space before building
Browse files Browse the repository at this point in the history
We recently started to hit `ENOSPC` when building the container images
for some reason. Try this `free-disk-space` action to try to fix that.
  • Loading branch information
jlebon committed Sep 18, 2023
1 parent 5af50fa commit beac6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
matrix:
releasever: ${{fromJson(needs.query.outputs.matrix)}}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.2.0
- name: Check out repository
uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit beac6ad

Please sign in to comment.