Skip to content

Commit 73100f6

Browse files
authored
Update ci.yml
1 parent 9412b2b commit 73100f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Install dependencies (macOS)
4242
if: runner.os == 'macOS'
4343
run: |
44-
brew install cmake ninja jsoncpp googletest pkg-config
45-
# Ensure pkg-config can find jsoncpp
46-
export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
47-
pkg-config --exists jsoncpp && echo "jsoncpp found via pkg-config"
44+
brew install cmake ninja
45+
git clone https://github.com/Microsoft/vcpkg.git
46+
./vcpkg/bootstrap-vcpkg.sh
47+
./vcpkg/vcpkg install jsoncpp
4848
4949
- name: Install dependencies (Windows)
5050
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)