Skip to content

Commit

Permalink
Fix CentOS repo disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Sep 20, 2024
1 parent 9d91b16 commit 7a6435b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
# 3. install newer gcc, etc in order to support newer C++ standards
# 4. python 3 is required by nodejs build
run: |
yum install --assumeyes https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
curl -LO https://packages.endpointdev.com/endpoint-rpmsign-7.pub
rpm --import endpoint-rpmsign-7.pub
yum install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
yum install -y centos-release-scl
yum install --assumeyes git gcc python3 devtoolset-11-gcc*
# Work-around for https://github.com/actions/runner-images/issues/6775
Expand Down

0 comments on commit 7a6435b

Please sign in to comment.