From 6e0796a13b5ee98d580d80f95da9a49ddb2ce352 Mon Sep 17 00:00:00 2001 From: Mark Brugnoli-Vinten Date: Mon, 9 Dec 2024 10:25:01 +0000 Subject: [PATCH] Attempt to fix ci for windows --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index ee82289..c632211 100644 --- a/xmake.lua +++ b/xmake.lua @@ -4,7 +4,7 @@ set_languages("c++20") add_requires("eastl") add_requires("spdlog") -add_requires("protobuf-cpp 3.19") +add_requires("protobuf-cpp 3.20") add_requires("toml++") add_requires("nlohmann_json") add_requires("inifile-cpp")