Skip to content

Commit

Permalink
upload sccache log
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 26, 2024
1 parent 40d11ea commit f3381ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,19 @@ jobs:
- name: Cmake - Install
run: cmake --build ${OPENVINO_BUILD_DIR} --parallel --target install

- name: Show sccache log
continue-on-error: true
run: |
cat ${SCCACHE_ERROR_LOG}
- name: Upload sccache log
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: sccache_log
path: ${{ env.SCCACHE_ERROR_LOG }}
if-no-files-found: 'error'

- name: Build OpenVINO C++ samples
run: |
source ${OPENVINO_BUILD_DIR}/dependencies/conanbuild.sh
Expand Down

0 comments on commit f3381ee

Please sign in to comment.