mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-16 10:05:13 +00:00
ci: Install pkg-config for musl build
This commit is contained in:
parent
e6625cf6df
commit
83d4c21a09
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user