From d1e9d491bd6f8a740c2f78ce1c91428f51ea94a1 Mon Sep 17 00:00:00 2001 From: luncliff Date: Wed, 27 Sep 2023 23:36:38 +0900 Subject: [PATCH] gh-actions: test llama-cpp --- test/vcpkg.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/vcpkg.json b/test/vcpkg.json index 512c7a47..4b2ace0e 100644 --- a/test/vcpkg.json +++ b/test/vcpkg.json @@ -9,6 +9,13 @@ "name": "vcpkg-cmake", "host": true }, - "openssl3" + "openssl3", + { + "name": "llama-cpp", + "features": [ + "test" + ], + "platform": "windows | osx" + } ] } \ No newline at end of file