CI: Install pkg-config in setup

We have this package listed in our build instructions but did not
install it for CI, causing some errors on new/clean runners.
This commit is contained in:
Jelle Raaijmakers 2025-04-14 12:49:34 +02:00
commit 458c96727c
Notes: github-actions[bot] 2025-04-14 12:18:02 +00:00

View file

@ -110,7 +110,7 @@ runs:
run: |
set -e
brew update
brew install autoconf autoconf-archive automake bash ccache coreutils llvm@19 nasm ninja qt unzip wabt
brew install autoconf autoconf-archive automake bash ccache coreutils llvm@19 nasm ninja pkg-config qt unzip wabt
- name: 'Set required environment variables'
if: ${{ inputs.os == 'Linux' && inputs.arch == 'arm64' }}