CI: Upgrade to latest git v2 within centos 7 containers

This commit is contained in:
Lovell Fuller 2023-06-05 10:26:50 +01:00
parent 41e3c8ca09
commit 93fafb0c18

View File

@ -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