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