Skip to content

Commit

Permalink
Trying to track down storage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 76503e5 commit e50d85a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e50d85a

Please sign in to comment.