Skip to content

Commit 77ec363

Browse files
committed
add pkg-config to CI
1 parent 43f8bb0 commit 77ec363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
prefix-key: "v0-rust"
9898
cache-workspace-crates: "true"
9999
- name: Install build dependencies on Linux
100-
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev
100+
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev pkg-config
101101
if: contains(matrix.platform.os, 'ubuntu')
102102
- name: Build binary (*nix)
103103
shell: bash

0 commit comments

Comments
 (0)