Skip to content

Commit

Permalink
try win another sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 26, 2024
1 parent 7e20e54 commit 6232791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ jobs:
- name: Show sccache stats
run: ${SCCACHE_PATH} --show-stats

- name: Show sccache stats (bare)
continue-on-error: true
run: sccache --show-stats

- name: Cmake - Install
run: cmake --build ${OPENVINO_BUILD_DIR} --parallel --target install

Expand Down

0 comments on commit 6232791

Please sign in to comment.