Skip to content

Commit

Permalink
chore: add openssl installs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed Oct 28, 2023
1 parent c7f5789 commit 5a72f0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt install -y perl cpanminus libssl-dev pkg-config librust-openssl-dev && sudo cpanm IPC::Cmd
cargo install openssl --version 0.10 --features "vendored"
cargo install openssl
cargo install openssl-probe
cargo install openssl-sys
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit 5a72f0c

Please sign in to comment.