Skip to content

Commit

Permalink
fix: use cargo add
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed Oct 28, 2023
1 parent 5a72f0c commit ed2235a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +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
cargo install openssl-probe
cargo install openssl-sys
cargo add openssl
cargo add openssl-probe
cargo add openssl-sys
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit ed2235a

Please sign in to comment.