From: Remi Gacogne Date: Tue, 21 Nov 2023 17:00:57 +0000 (+0100) Subject: build-and-test-all: Fix the CI on non-pdns/ named forks X-Git-Tag: rec-5.0.0-rc1~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13525%2Fhead;p=thirdparty%2Fpdns.git build-and-test-all: Fix the CI on non-pdns/ named forks --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index f2fd15ab0e..5a02ba2f51 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -14,7 +14,7 @@ env: COMPILER: clang CLANG_VERSION: '13' # github.workspace variable points to the Runner home folder. Container home folder defined below. - REPO_HOME: '/__w/pdns/pdns' + REPO_HOME: '/__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}' BUILDER_VERSION: '0.0.0-git1' COVERAGE: yes LLVM_PROFILE_FILE: "/tmp/code-%p.profraw"