From 23d27d38348643050cfb6428abaf04e3d43c21d4 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 30 Sep 2022 13:06:16 +0200 Subject: [PATCH] avoid *check* with clang-tidy in OpenSC submodule --- .github/build-ccid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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