Skip to content

Commit

Permalink
added installation of pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 18, 2021
1 parent 9bec18e commit 7a04e7a
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 @@ -14,7 +14,7 @@ jobs:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- name: Install libxml2
run: sudo apt-get install libxml2-dev
run: sudo apt-get install libxml2-dev pkg-config
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@latest
Expand Down

0 comments on commit 7a04e7a

Please sign in to comment.