Skip to content

Commit

Permalink
[docs] update comment about preinstalled Java version for SWIG build (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 24, 2021
1 parent 47554c3 commit 51cd8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if ($env:TASK -ne "bdist") {
}

if ($env:TASK -eq "swig") {
$env:JAVA_HOME = $env:JAVA_HOME_8_X64 # there is pre-installed Zulu OpenJDK-8 somewhere
$env:JAVA_HOME = $env:JAVA_HOME_8_X64 # there is pre-installed Eclipse Temurin 8 somewhere
$ProgressPreference = "SilentlyContinue" # progress bar bug extremely slows down download speed
Invoke-WebRequest -Uri "https://github.com/microsoft/LightGBM/releases/download/v2.0.12/swigwin-4.0.2.zip" -OutFile $env:BUILD_SOURCESDIRECTORY/swig/swigwin.zip -UserAgent "NativeHost"
Add-Type -AssemblyName System.IO.Compression.FileSystem
Expand Down

0 comments on commit 51cd8fc

Please sign in to comment.