Skip to content

Commit 5e059d0

Browse files
Explorer09BenBE
authored andcommitted
CI: Install pkg-config for FreeBSD build
This allows configure to be generated with pkg.m4 in FreeBSD build job.
1 parent baf7041 commit 5e059d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
release: '14.1'
234234
usesh: true
235235
prepare: |
236-
pkg install -y gmake autoconf automake git
236+
pkg install -y gmake autoconf automake pkgconf git
237237
git config --global --add safe.directory /home/runner/work/htop/htop
238238
run: |
239239
set -e

0 commit comments

Comments
 (0)