From 4eae4fe65466a48bc621280cfe5d82df4b769451 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 22 Dec 2024 14:41:56 +0100 Subject: [PATCH] pkgconfig & autoconf are alread installed on macOS runner --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c7b988f..855a787 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -251,7 +251,7 @@ jobs: python-version: '3.10' - name: Install packages run: - brew install pkg-config ninja automake autoconf + brew install ninja automake - name: Install python modules run: | pip3 install meson pytest requests distro diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4da35ef..d8c8559 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 - name: Install python modules run: | pip3 install meson pytest requests distro paramiko