From: Jorge Pereira Date: Mon, 14 Mar 2022 19:24:08 +0000 (-0300) Subject: ci-rpm: Fix packages.endpointdev.com URL (#4414) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685e285b82e31e31d8dab61571b24f6de8067f0b;p=thirdparty%2Ffreeradius-server.git ci-rpm: Fix packages.endpointdev.com URL (#4414) Needed by Centos-7 CI Building when installing https://packages.endpointdev.com/rhel/7/os/x86_64/git-core-2.24.1-1.ep7.x86_64.rpm --- diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index 577f6173417..806409ff1fe 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -95,7 +95,7 @@ jobs: - name: Install recent git for CentOS 7 if: ${{ matrix.env.NAME == 'centos-7' }} run: | - yum install -y https://packages.endpoint.com/rhel/7/os/x86_64/git-core-2.24.1-1.ep7.x86_64.rpm + yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/git-core-2.24.1-1.ep7.x86_64.rpm - name: Install distro git for CentOS > 7 if: ${{ matrix.env.NAME != 'centos-7' }}