From 2d479a1cf185f30bfd264c2d05bca7a21a68417a Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Tue, 15 Oct 2024 23:53:34 +0800 Subject: [PATCH] fix ci. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 973b7d1..6021a95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(OPENSSL_LIBRARIES ssl crypto) include(FetchContent) FetchContent_Declare(Kylin - GIT_REPOSITORY https://gitea.amass.fun/amass/Kylin.git + GIT_REPOSITORY https://amass.fun/gitea/amass/Kylin.git ) FetchContent_MakeAvailable(Kylin)