From 2259028fda17aebbc3dc170926bcd8ed8bdb1eec Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 18 Oct 2024 19:15:33 +0900 Subject: [PATCH] GHA: Remove pkg-config from brew install --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 285e98a..9996381 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: MacOS setup if: runner.os == 'macOS' run: | - brew install autoconf automake pkg-config libtool + brew install autoconf automake libtool - name: Setup clang (Linux) if: runner.os == 'Linux' && matrix.compiler == 'clang' run: |