mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
Remove extra debugging in install.yml
This commit is contained in:
parent
62b6f046d5
commit
27751fc45e
1 changed files with 0 additions and 8 deletions
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
|
@ -151,18 +151,10 @@ jobs:
|
|||
with:
|
||||
name: installation-logs-${{ matrix.name }}
|
||||
path: ${{ env.RISCV }}/logs/
|
||||
- name: Upload Buildroot Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: buildroot-artifacts-${{ matrix.name }}
|
||||
path: ${{ github.workspace }}/buildroot/output/images/
|
||||
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
|
||||
# Logs have already been uploaded so they can be removed
|
||||
- name: Clean up installation
|
||||
if: always()
|
||||
run: |
|
||||
df -h
|
||||
rm -rf $RISCV/buildroot/ || sudo rm -rf $RISCV/buildroot/
|
||||
rm -rf $RISCV/logs || sudo rm -rf $RISCV/logs
|
||||
df -h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue