From 1b51e5a356ff473836280d25bfa134d980825874 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Thu, 10 Oct 2024 23:06:02 +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 fdc72b9d6da..ab1f415429d 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -4,7 +4,7 @@ set -e -E -u -o pipefail brew install cmake gcc -git clone --recursive https://github.com/microsoft/LightGBM +git clone --recursive -b test-install https://github.com/microsoft/LightGBM cd LightGBM export CXX=g++-14 CC=gcc-14 # replace "7" with version of gcc installed on your machine cmake -B build -S . -DBUILD_CPP_TEST=ON