Skip to content

Commit

Permalink
Revert "Revert "fix typo""
Browse files Browse the repository at this point in the history
This reverts commit 6d0dd5f.
  • Loading branch information
patrick-rivos committed Jun 14, 2024
1 parent 39d1fab commit 28f07ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-precommit-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Separate multilib logs
run: |
python scripts/separate_multilib_results.py -indir current_logs -outdir current_logs
mv current_logs/gcc-newlib-rv32imc_zba_zbb_zbc_zbs-ilp32-${{ inputs.patch_applied_gcchash }}-non-multilib-report.log current_logs/gcc-newlib-rv32imc_zba_zbb_zbc_zbs-ilp32d-${{ inputs.patch_applied_gcchash }}-multilib-report.log
mv current_logs/gcc-newlib-rv32imc_zba_zbb_zbc_zbs-ilp32-${{ inputs.patch_applied_gcchash }}-non-multilib-report.log current_logs/gcc-newlib-rv32imc_zba_zbb_zbc_zbs-ilp32-${{ inputs.patch_applied_gcchash }}-multilib-report.log
continue-on-error: true

- name: Compare artifacts
Expand Down

0 comments on commit 28f07ae

Please sign in to comment.