From 5730782f6968bf252ff81f41c15555a0dcc19bea Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 11 Nov 2024 22:39:47 +0200 Subject: [PATCH] ci(precheck): free disk space we run out of disk space when running the mpw_tapeout_checks job --- .github/workflows/precheck.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/precheck.yaml b/.github/workflows/precheck.yaml index 68ba993..1a280a1 100644 --- a/.github/workflows/precheck.yaml +++ b/.github/workflows/precheck.yaml @@ -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: