We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412b2b commit 73100f6Copy full SHA for 73100f6
1 file changed
.github/workflows/ci.yml
@@ -41,10 +41,10 @@ jobs:
41
- name: Install dependencies (macOS)
42
if: runner.os == 'macOS'
43
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"
+ brew install cmake ninja
+ git clone https://github.com/Microsoft/vcpkg.git
+ ./vcpkg/bootstrap-vcpkg.sh
+ ./vcpkg/vcpkg install jsoncpp
48
49
- name: Install dependencies (Windows)
50
if: runner.os == 'Windows'
0 commit comments