Skip to content

Commit f9161b5

Browse files
committed
fixed jdk location for windows build
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent edffd33 commit f9161b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- rm -r "/c/Program Files (x86)/Microsoft Visual Studio 14.0"
2424
- export PATH=$PATH:"/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64"
2525
- choco install -y adoptopenjdk8
26-
- export PATH=$PATH:"/c/Program Files/AdoptOpenJDK/jdk8u202-b08/bin"
26+
- export PATH=$PATH:"/c/Program Files/AdoptOpenJDK/jdk8u212-b04/bin"
2727
- wget https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz
2828
- tar -xzf protobuf-cpp-3.6.1.tar.gz
2929
- pushd protobuf-3.6.1/cmake

0 commit comments

Comments
 (0)