Skip to content

Commit

Permalink
Added an action step to free as many space as possible on the GitHub …
Browse files Browse the repository at this point in the history
…Ubuntu image.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
  • Loading branch information
RICCIARDI-Adrien committed Mar 27, 2024
1 parent efe3d21 commit 7f7342d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
permissions:
contents: write
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@main
- name: Retrieve CI scripts
uses: actions/checkout@v4
- name: Run build script
Expand Down

0 comments on commit 7f7342d

Please sign in to comment.