Skip to content

Commit

Permalink
installs pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Dec 29, 2023
1 parent e1cf334 commit 7191afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_build_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
- name: Installs build deps
run: |
sudo apt-get install libssl-dev
sudo apt-get install pkg-config libssl-dev
- name: Uploads CLI actifacts
uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down

0 comments on commit 7191afe

Please sign in to comment.