From 3bb98d54120ee1cd7df4990753adafc8a5e117f2 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 10 Dec 2021 09:16:12 -0500 Subject: [PATCH] one more try --- .github/workflows/coverity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 0eb433b927..80ffaf5962 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -65,8 +65,8 @@ jobs: run: | export PATH=`pwd`/coverity_tool/bin:$PATH ./configure -with-rlm-python-bin=/usr/bin/python2.7 - cov-configure --config coverity.xml --comptype gcc --compiler cc1 --template - cov-build --dir cov-int --config coverity.xml make + cov-configure --comptype gcc --compiler cc1 --template + cov-build --dir cov-int make - name: Display build result run: | -- 2.47.2