diff --git a/.github/build-ccid.sh b/.github/build-ccid.sh index d76267d..ab87150 100755 --- a/.github/build-ccid.sh +++ b/.github/build-ccid.sh @@ -17,7 +17,7 @@ autoreconf -vis case "$1" in ubuntu) - make distcheck + make distcheck CLANGTIDY="" ;; coverity) # exclude opensc from analysis by building it here