From: Peter van Dijk Date: Thu, 17 Dec 2020 19:29:57 +0000 (+0100) Subject: gh actions el6 build: only do rec X-Git-Tag: rec-4.3.7~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9890%2Fhead;p=thirdparty%2Fpdns.git gh actions el6 build: only do rec --- diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index eb0ece6f9f..be481194b2 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - product: ['authoritative', 'recursor', 'dnsdist'] + product: ['recursor'] steps: - uses: actions/checkout@v2.3.4 with: