Skip to content

Commit

Permalink
[ci] update Boost version (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Sep 13, 2020
1 parent 3a2686d commit 4f0f822
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 @@ -26,7 +26,7 @@ else # Linux
if [[ $TASK == "gpu" ]]; then
sudo add-apt-repository ppa:mhier/libboost-latest -y
sudo apt-get update
sudo apt-get install --no-install-recommends -y libboost1.73-dev ocl-icd-opencl-dev
sudo apt-get install --no-install-recommends -y libboost1.74-dev ocl-icd-opencl-dev
cd $BUILD_DIRECTORY # to avoid permission errors
wget -q https://github.com/microsoft/LightGBM/releases/download/v2.0.12/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
tar -xjf AMD-APP-SDK*.tar.bz2
Expand Down

0 comments on commit 4f0f822

Please sign in to comment.