Skip to content

Commit

Permalink
Install pkg-config in macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Feb 21, 2023
1 parent e039e29 commit cfefb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
- uses: actions/checkout@v3
- name: brew install dependencies
run: |
brew install llvm libomp
brew install llvm libomp pkg-config
echo "CXX is here: $(brew --prefix llvm)/bin/clang++"
- name: vcpkg install dependencies
run: |
Expand Down

0 comments on commit cfefb1b

Please sign in to comment.