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 f3148e0 commit 05fd04c
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
@@ -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:

0 comments on commit 05fd04c

Please sign in to comment.