diff --git a/.github/workflows/build-baremetal-coverity.yml b/.github/workflows/build-baremetal-coverity.yml index 85f79ba..20155da 100644 --- a/.github/workflows/build-baremetal-coverity.yml +++ b/.github/workflows/build-baremetal-coverity.yml @@ -85,7 +85,11 @@ jobs: token: ${{ secrets.COVERITY_SCAN_TOKEN }} build_language: 'cxx' build_platform: 'linux64' - command: ${{ github.workspace }}/./build.sh -DENABLE_RAISR_OPENCL=ON -DENABLE_AVX512FP16=ON -DENABLE_AVX512=ON + command: | + "${{ github.workspace }}/build.sh" -DENABLE_RAISR_OPENCL=ON \ + -DCMAKE_LIBRARY_PATH="/opt/intel/oneapi/ipp/latest/lib;${PREFIX}/lib;" \ + -DCMAKE_C_FLAGS="-I/opt/intel/oneapi/ipp/latest/include -I/opt/intel/oneapi/ipp/latest/include/ipp" \ + -DCMAKE_CXX_FLAGS="-I/opt/intel/oneapi/ipp/latest/include -I/opt/intel/oneapi/ipp/latest/include/ipp" - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: