Skip to content

Commit

Permalink
Merge pull request microsoft#59 from daschuer/install-pkg-config
Browse files Browse the repository at this point in the history
Install pkg-config via brew
  • Loading branch information
Swiftb0y authored Feb 21, 2023
2 parents db02b82 + b766c75 commit 85942ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: "[macOS] Bootstrap vcpkg"
if: runner.os == 'macOS'
run: |
brew update && brew install nasm automake
brew update && brew install nasm automake pkg-config
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer"
xcrun --show-sdk-version
- name: Set up cache
Expand Down

0 comments on commit 85942ea

Please sign in to comment.