From 5db6da9aa452a19c0420336ff25b7eafdf87df4e Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Mon, 17 Oct 2022 23:15:26 +0800 Subject: [PATCH] libs/variant2 is available for windows ci runs. --- tools/get-boost.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/get-boost.sh b/tools/get-boost.sh index 56ea6eb8..2cceb727 100755 --- a/tools/get-boost.sh +++ b/tools/get-boost.sh @@ -83,6 +83,7 @@ git submodule update --init --depth 20 --jobs 4 \ libs/type_index \ libs/typeof \ libs/unordered \ + libs/variant2 \ libs/json echo Submodule update complete