mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Fix extra logging
This commit is contained in:
parent
2052bf76c5
commit
c99e1184c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
|
@ -156,7 +156,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: buildroot-artifacts-${{ matrix.name }}
|
name: buildroot-artifacts-${{ matrix.name }}
|
||||||
path: ${{ env.RISCV }}/buildroot/output/images/
|
path: ${{ github.workspace }}/buildroot/output/images/
|
||||||
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
|
# 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
|
# Logs have already been uploaded so they can be removed
|
||||||
- name: Clean up installation
|
- name: Clean up installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue