summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2019-12-20 15:09:46 -0500
committerMatan Kushner <hello@matchai.dev>2019-12-20 15:09:46 -0500
commit83d4c21a09795941bd92efaadf60856fe7cf44db (patch)
treedf9ae8339e70453b4a6445685a824a949b68b33e
parente6625cf6dfb56545654ded5d952e963b5731997f (diff)
ci: Install pkg-config for musl buildv0.32.0
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index d6d10b4ad..783d55b31 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -248,7 +248,7 @@ jobs:
- name: Install musl tools
if: matrix.target == 'x86_64-unknown-linux-musl'
# Install libssl-dev for openssl-sys
- run: sudo apt-get install -y musl-tools libssl-dev
+ run: sudo apt-get install -y musl-tools libssl-dev pkg-config
- name: Build target
uses: actions-rs/cargo@v1