mirror of https://github.com/rust-lang/rust.git
Print how much disk space is left after CI build runs
This commit is contained in:
parent
71cc27058d
commit
91c4d09aed
|
@ -206,6 +206,11 @@ jobs:
|
|||
- name: create github artifacts
|
||||
run: src/ci/scripts/create-doc-artifacts.sh
|
||||
|
||||
- name: print disk usage
|
||||
run: |
|
||||
echo "disk usage:"
|
||||
df -h
|
||||
|
||||
- name: upload artifacts to github
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue