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
parent 4014930278
commit 458c96727c

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' }}