Skip to content

Commit 52281e9

Browse files
committed
Fix OS X build
OS X build can't find pkg-config. For example: https://github.com/OpenSCAP/openscap/actions/runs/4202194906/jobs/7332722182 Addressing: - Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
1 parent 4a01285 commit 52281e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
brew update
9494
brew install doxygen
9595
brew install opendbx
96+
brew install pkg-config
9697
brew install popt
9798
brew install swig
9899
brew install libxmlsec1

0 commit comments

Comments
 (0)