From 8e824660723cf144b47f52faf45694cfecc065dc Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Thu, 10 Oct 2024 20:36:06 +0300 Subject: [PATCH] Update setup.sh --- .ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index 2e9d0ce3ec4..07e53f1cb50 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -11,7 +11,7 @@ cmake --build build --target testlightgbm -j4 ls -testlightgbm +./testlightgbm # else # Linux # if type -f apt 2>&1 > /dev/null; then