mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
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:
parent
4014930278
commit
458c96727c
Notes:
github-actions[bot]
2025-04-14 12:18:02 +00:00
Author: https://github.com/gmta
Commit: 458c96727c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4350
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue