Skip to content

Commit

Permalink
fix(ci/bootstrap): forgot sed ending
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Sep 27, 2024
1 parent 441af1d commit e011dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --set-enabled crb
dnf install -y https://dl.fedoraproject.org/pub/epel/${{ matrix.version }}/Everything/${{ matrix.arch }}/os/Packages/e/epel-release-${{ matrix.version }}-1.el${{ matrix.version }}_0.noarch.rpm
sed -i '/^#baseurl/{s/^#//; s@Everything/$basearch/@Everything/$basearch/os/}' /etc/yum.repos.d/epel.repo
sed -i '/^#baseurl/{s/^#//; s@Everything/$basearch/@Everything/$basearch/os/@}' /etc/yum.repos.d/epel.repo
sed -i '/^metalink/ s/^/#/' /etc/yum.repos.d/epel.repo
dnf install -y mock wget git-core openssl-devel cargo podman fuse-overlayfs rpm-build mock
dnf builddep -y anda/{terra/{mock-configs,srpm-macros},tools/buildsys/subatomic}/*.spec
Expand Down

0 comments on commit e011dff

Please sign in to comment.