From 0af14d024b833605d28a30f85586361b429fc8fb Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Tue, 6 Aug 2024 08:51:30 +0800 Subject: [PATCH] CI: Install pkg-config for FreeBSD build This allows configure to be generated with pkg.m4 in FreeBSD build job. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 506c98a4f..aaa7b8230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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