Skip to content

Commit 25e35ca

Browse files
committed
ci(cli): install nlohmann json on macos
2 parents 5d391ab + dc87871 commit 25e35ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cli-release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
set -euxo pipefail
142142
brew update
143-
brew install cmake ninja pkg-config openssl@3 spdlog fmt
143+
brew install cmake ninja pkg-config openssl@3 spdlog fmt nlohmann-json
144144
145145
- name: Setup vcpkg (Windows)
146146
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)