Skip to content

Commit

Permalink
add pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 committed Dec 26, 2023
1 parent c62eb33 commit b5a2958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install OpenSSL
run: sudo apt-get update && sudo apt-get install libssl-dev
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config

- name: Cleanup dist directory
run: rm -rf dist/
Expand Down

0 comments on commit b5a2958

Please sign in to comment.