Skip to content

Commit

Permalink
CI: Install pkg-config for FreeBSD build
Browse files Browse the repository at this point in the history
This allows configure to be generated with pkg.m4 in FreeBSD build job.
  • Loading branch information
Explorer09 committed Aug 20, 2024
1 parent 9bde638 commit 0af14d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
release: '14.1'
usesh: true
prepare: |
pkg install -y gmake autoconf automake git
pkg install -y gmake autoconf automake pkgconf git
git config --global --add safe.directory /home/runner/work/htop/htop
run: |
set -e
Expand Down

0 comments on commit 0af14d0

Please sign in to comment.