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 5, 2024
1 parent 177f058 commit be4f8a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
set -e -E -u -o pipefail

brew install cmake
brew install libomp
brew install ninja
brew install gcc

git clone --recursive https://github.com/microsoft/LightGBM
cd LightGBM
cmake -B build -S . -G Ninja
export CXX=g++-14 CC=gcc-14
cmake -B build -S .
cmake --build build -j4

ls
Expand Down

0 comments on commit be4f8a9

Please sign in to comment.