Skip to content

Commit

Permalink
github: fix build-appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wheeler committed Aug 15, 2024
1 parent a31ffa2 commit bf8e3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
docker run --rm -v $(pwd):/workspace -w /workspace centos:7 /bin/bash -c "
set -eux
# Update repository URLs to use the vault since CentOS 7 has reached EOL
# Update repository URLs to use the correct vault since CentOS 7.9.2009 has reached EOL
echo 'Updating repository URLs...'
sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-*.repo
sed -i 's|^#baseurl=http://mirror.centos.org/centos/\$releasever|baseurl=http://vault.centos.org/7.9.2009|g' /etc/yum.repos.d/CentOS-*.repo
sed -i 's|^#baseurl=http://mirror.centos.org/centos/\$releasever|baseurl=http://vault.centos.org/7.9.2009/os/x86_64|g' /etc/yum.repos.d/CentOS-*.repo
yum clean all && yum makecache
Expand Down

0 comments on commit bf8e3bf

Please sign in to comment.