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" ] }