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