Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 25, 2024
1 parent 11e504c commit 221d65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ jobs:

- name: Show sccache log
continue-on-error: true
run: cat ${SCCACHE_ERROR_LOG}
run: |
cat ${SCCACHE_ERROR_LOG}
- name: Upload sccache log
if: ${{ always() }}
Expand Down

0 comments on commit 221d65c

Please sign in to comment.