1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 13:19:00 +00:00

ci: Install pkg-config for musl build

This commit is contained in:
Matan Kushner 2019-12-20 15:09:46 -05:00
parent e6625cf6df
commit 83d4c21a09
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -248,7 +248,7 @@ jobs:
- name: Install musl tools - name: Install musl tools
if: matrix.target == 'x86_64-unknown-linux-musl' if: matrix.target == 'x86_64-unknown-linux-musl'
# Install libssl-dev for openssl-sys # 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 - name: Build target
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1