fix ci.
All checks were successful
Deploy / PullDocker (push) Successful in 4s
Deploy / Build (push) Successful in 1m57s

This commit is contained in:
amass 2024-10-15 23:53:34 +08:00
parent 8938c63bc6
commit 2d479a1cf1

View File

@ -9,7 +9,7 @@ set(OPENSSL_LIBRARIES ssl crypto)
include(FetchContent) include(FetchContent)
FetchContent_Declare(Kylin FetchContent_Declare(Kylin
GIT_REPOSITORY https://gitea.amass.fun/amass/Kylin.git GIT_REPOSITORY https://amass.fun/gitea/amass/Kylin.git
) )
FetchContent_MakeAvailable(Kylin) FetchContent_MakeAvailable(Kylin)