diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index d14ac20cd..d1108e3c7 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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