Skip to content

Commit c571230

Browse files
committed
wip
1 parent 935d8db commit c571230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Dependencies - musl
8383
if: matrix.rust_target == 'x86_64-unknown-linux-musl'
8484
run: |
85-
sudo apt-get install -y musl-tools libssl-dev
85+
sudo apt-get install -y musl-tools libssl-dev pkg-config
8686
rustup target add x86_64-unknown-linux-musl
8787
8888
- name: Build

0 commit comments

Comments
 (0)