From e50d85aa729885fa2cb1eba360734da391a0f6a1 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 10 Oct 2024 13:59:36 -0700 Subject: [PATCH] Trying to track down storage issue --- .github/workflows/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index b0e5255a8..25762b4e1 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -171,6 +171,10 @@ jobs: run: | source setup.sh make riscof --jobs $(nproc --ignore 1) + - name: check storage + run: | + df -h + du -h --max-depth=1 - name: regression run: | source setup.sh