From: Alan T. DeKok Date: Fri, 10 Dec 2021 14:16:12 +0000 (-0500) Subject: one more try X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb98d54120ee1cd7df4990753adafc8a5e117f2;p=thirdparty%2Ffreeradius-server.git one more try --- 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: |