diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2f3167eee..bee22065e 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -36,6 +36,8 @@ jobs: - name: Build with Coverity build tool run: | export PATH=`pwd`/coverity_tool/bin:$PATH + export CC=/usr/bin/clang + export CXX=/usr/bin/clang++ cov-configure --template --compiler clang --comptype clangcc # in source build is used to help coverity to determine relative file path cmake \