mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 05:40:31 +02:00
disk usage github actions, for debugging linux build issue
This commit is contained in:
parent
bbda0cc6d0
commit
488cea43cd
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pr_build.yml
vendored
7
.github/workflows/pr_build.yml
vendored
|
@ -121,6 +121,13 @@ jobs:
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --build . --config $BUILD_TYPE --target package $CMAKE_BUILD_EXTRA
|
run: cmake --build . --config $BUILD_TYPE --target package $CMAKE_BUILD_EXTRA
|
||||||
|
- name: Output system stats
|
||||||
|
if: ${{ always() }}
|
||||||
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "Disk usage:"
|
||||||
|
df -h
|
||||||
- name: Output Installer Logs
|
- name: Output Installer Logs
|
||||||
if: failure() && matrix.os == 'windows-latest'
|
if: failure() && matrix.os == 'windows-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue