Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 10, 2024
1 parent 19c94c1 commit 1b51e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b51e5a

Please sign in to comment.