Skip to content

Commit

Permalink
Replace yum with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Mar 5, 2023
1 parent 01bf979 commit 82cd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build-verbosity = 1

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

0 comments on commit 82cd413

Please sign in to comment.