mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Trying to track down storage issue
This commit is contained in:
parent
76503e517e
commit
e50d85aa72
4
.github/workflows/install.yml
vendored
4
.github/workflows/install.yml
vendored
@ -171,6 +171,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
make riscof --jobs $(nproc --ignore 1)
|
make riscof --jobs $(nproc --ignore 1)
|
||||||
|
- name: check storage
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
du -h --max-depth=1
|
||||||
- name: regression
|
- name: regression
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user