Skip to content

Commit

Permalink
Free disk space again
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Apr 8, 2024
1 parent 74cc8ee commit 44624bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/openlane_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,16 @@ jobs:
with:
fetch-depth: 0

- 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: true

- name: Set up environment variables
uses: ./.github/actions/set_env_variables

Expand Down

0 comments on commit 44624bd

Please sign in to comment.