From 93fafb0c181d8c35e8db64ba9cf7b64fae4df41e Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 5 Jun 2023 10:26:50 +0100 Subject: [PATCH] CI: Upgrade to latest git v2 within centos 7 containers --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ff681fc..0077ffe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: if: contains(matrix.container, 'centos') run: | curl -sL https://rpm.nodesource.com/setup_${{ matrix.nodejs_version }}.x | bash - + yum install -y https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm yum install -y centos-release-scl yum install -y devtoolset-11-gcc-c++ make git python3 nodejs fontconfig google-noto-sans-fonts echo "/opt/rh/devtoolset-11/root/usr/bin" >> $GITHUB_PATH