From: Remi Gacogne Date: Mon, 29 Jun 2026 11:11:21 +0000 (+0200) Subject: coverity: Add missing `REPO_HOME` env var for the recursor build X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f8a1d2d551bdcc05010bb0fef7936636f51367b;p=thirdparty%2Fpdns.git coverity: Add missing `REPO_HOME` env var for the recursor build Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 6d39cb5663..171bce4999 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -109,6 +109,7 @@ jobs: SANITIZERS: UNIT_TESTS: no CARGO_USE_DEV: 1 + REPO_HOME: ${{ github.workspace }} steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - uses: actions/checkout@v6