Skip to content

Commit

Permalink
chore: clean github action image before to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jaluma committed Aug 2, 2024
1 parent c8aeb09 commit 4be94b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
version: ${{ steps.version.outputs.version }}

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4be94b5

Please sign in to comment.