Skip to content

Commit

Permalink
Try yum once again
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Mar 5, 2023
1 parent 82cd413 commit 7db26cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ build-frontend = "build"
build-verbosity = 1

linux.before-all = [
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
"apt-get install -y pkg-config libssl-dev"
"ulimit -n 1024 && yum install -y openssl-devel",
"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
]
linux.environment = { PATH = "$PATH:$HOME/.cargo/bin" }
macos.before-all = "rustup target add aarch64-apple-darwin"
Expand Down

0 comments on commit 7db26cb

Please sign in to comment.