Skip to content

Commit

Permalink
[GHA] Coverity build regression fix (openvinotoolkit#27445)
Browse files Browse the repository at this point in the history
### Details:
- Fixed regression introduced by
openvinotoolkit#27422

### Tickets:
 - *ticket-id*
  • Loading branch information
mryzhov authored Nov 7, 2024
1 parent 33cba00 commit 9226bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
popd
- name: Cmake build - OpenVINO with Coverity
run: ${COVERITY_TOOL_DIR}/cov-analysis*/bin/cov-build --dir ${BUILD_DIR}/cov-int cmake --build ${BUILD_DIR} --parallel $ENV:NUMBER_OF_PROCESSORS --config ${{ env.CMAKE_BUILD_TYPE }}
run: ${COVERITY_TOOL_DIR}/cov-analysis*/bin/cov-build --dir ${BUILD_DIR}/cov-int cmake --build ${BUILD_DIR} --parallel $(nproc) --config ${{ env.CMAKE_BUILD_TYPE }}

- name: Show sccache stats
run: ${SCCACHE_PATH} --show-stats
Expand Down

0 comments on commit 9226bbe

Please sign in to comment.