Skip to content

Commit

Permalink
ci(precheck): free disk space
Browse files Browse the repository at this point in the history
we run out of disk space when running the mpw_tapeout_checks job
  • Loading branch information
urish committed Nov 11, 2024
1 parent 7457f09 commit 5730782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/precheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
with:
submodules: recursive

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

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

0 comments on commit 5730782

Please sign in to comment.