From 649d243e99d4015d60df94b45bbd8f1eb903d429 Mon Sep 17 00:00:00 2001 From: leleliu008 Date: Thu, 21 Nov 2024 13:42:49 +0800 Subject: [PATCH] GitHub Actions: do not install pkg-config via brew, it has already been installed --- .github/workflows/testing-on-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-on-macos.yml b/.github/workflows/testing-on-macos.yml index 7b2baa7ab6..e38838c643 100644 --- a/.github/workflows/testing-on-macos.yml +++ b/.github/workflows/testing-on-macos.yml @@ -29,7 +29,7 @@ jobs: - if: matrix.os == 'macos-13' run: brew install --overwrite python@3.12 - - run: brew install automake pkg-config jansson libyaml pcre2 + - run: brew install automake jansson libyaml pcre2 - run: pip3 install docutils --break-system-packages