Change: [CI] pkg-config is installed by default on latest runner

This commit is contained in:
Patric Stout 2023-12-30 18:00:38 +01:00 committed by Patric Stout
parent 086bd00f5d
commit 5d86588a45
2 changed files with 0 additions and 10 deletions

View File

@ -192,15 +192,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install \
pkg-config \
# EOF
- name: Prepare cache key
id: key
run: |

View File

@ -40,7 +40,6 @@ jobs:
echo "::group::Install brew dependencies"
brew install \
pandoc \
pkg-config \
# EOF
echo "::endgroup::"