From 952c1c7ffddce0f92f8825de0747d26c9f6d30b0 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 23 Apr 2024 08:12:28 +0900 Subject: [PATCH] Install pkg-config --- tools/ci/github/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci/github/setup.sh b/tools/ci/github/setup.sh index e86faebe6..24e964629 100755 --- a/tools/ci/github/setup.sh +++ b/tools/ci/github/setup.sh @@ -15,4 +15,6 @@ if [ $(uname) = Linux ]; then sudo apt update --fix-missing sudo apt install libc6-dbg # for valgrind brew install valgrind +else + brew install pkg-config fi