From 6fc7e8eba1e5fc5345f89438b35a126f8e853361 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 22 Dec 2024 14:41:56 +0100 Subject: [PATCH] pkgconfig is alread installed --- .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 4da35ef9..f793734b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: python-version: '3.10' - name: Install packages run: - brew install pkg-config ninja automake autoconf + brew install ninja automake autoconf - name: Install python modules run: | pip3 install meson pytest requests distro paramiko