Skip to content

Commit

Permalink
Just disable epel on install openssl-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored and arvidn committed Jun 15, 2023
1 parent 7f883a9 commit 099efc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
bash -exc '\
curl -L https://sh.rustup.rs > rustup-init.sh && \
sh rustup-init.sh -y && \
yum clean all --enablerepo=*; yum update --disablerepo=epel && \
yum update && \
yum -y install openssl-devel && \
yum -y --disablerepo=epel install openssl-devel && \
source $HOME/.cargo/env && \
rustup target add x86_64-unknown-linux-musl && \
PY_VERSION=${{ matrix.python }}
Expand Down

0 comments on commit 099efc5

Please sign in to comment.