From 542800cb8d6b923bb662e893219e65debfb56b54 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Wed, 27 May 2026 00:14:14 +0300 Subject: [PATCH] ci(windows): use vcpkg nlohmann json package --- .github/workflows/release.yml | 1 - vcpkg.json | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaaaa68..3f3c381 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -281,7 +281,6 @@ jobs: cmake -S . -B build -A x64 ` -DVIX_ENABLE_INSTALL=OFF ` - -DVIX_REPLY_ENABLE_INSTALL=OFF ` -DVIX_BUILD_EXAMPLES=OFF ` -DVIX_BUILD_TESTS=OFF ` -DVIX_DB_USE_MYSQL=OFF ` diff --git a/vcpkg.json b/vcpkg.json index 9348e17..93216ac 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,9 +2,10 @@ "name": "vix", "version-string": "2.1.9", "dependencies": [ - "sqlite3", + "fmt", + "nlohmann-json", "openssl", "spdlog", - "fmt" + "sqlite3" ] }