[ci,coverity] explicitly set clang as compiler

This commit is contained in:
akallabeth
2024-11-14 16:29:45 +01:00
parent 950aa7e3af
commit bc5b9e3ccb

View File

@@ -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 \