Skip to content

Commit

Permalink
Enable EPEL repo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoncek authored and mizdebsk committed Aug 20, 2024
1 parent cb5c5d8 commit ec2c1e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: |
echo "[buildroot]
name=CentOS Stream $releasever - Buildroot
baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/x86_64
enabled=1
gpgcheck=0
repo_gpgcheck=0" >> /etc/yum.repos.d/centos.repo
dnf -y install epel-release
dnf -y install diffutils gcc-toolset-12-gcc-c++ gcc-toolset-12-libasan-devel gcc-toolset-12-libubsan-devel make rubygem-asciidoctor
- name: Build manpages
run: make -j8 manpages
Expand Down

0 comments on commit ec2c1e0

Please sign in to comment.