From 4f27753cb6ec669a0c43a3ae923d7c54b345f0f9 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Wed, 15 Jan 2025 12:02:05 +0100 Subject: [PATCH] Add config to CI --- tools/setup_boost_with_modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/setup_boost_with_modules.py b/tools/setup_boost_with_modules.py index 443583b1..e0842e95 100644 --- a/tools/setup_boost_with_modules.py +++ b/tools/setup_boost_with_modules.py @@ -13,6 +13,7 @@ def main(): ('tools/cmake', 'https://github.com/anarthal/boost-cmake'), ('libs/assert', 'https://github.com/anarthal/assert'), ('libs/core', 'https://github.com/anarthal/core'), + ('libs/config', 'https://github.com/anarthal/config'), ('libs/throw_exception','https://github.com/anarthal/throw_exception'), ]