Skip to content

Commit 9e047f8

Browse files
committed
Fixed CI settings
1 parent 1ab048b commit 9e047f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/windows/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ echo "export JPACKAGE_HOME=$(pwd)/$JPACKAGE_JDK_HOME" >> .travis.env
1818
# FeatureIcedTeaWeb Install IcedTea-Web
1919
# FeatureJNLPFileRunWith Associate .jnlp files with IcedTea-web
2020
# FeatureOracleJavaSoft Updates registry keys HKLM/SOFTWARE/JavaSoft/
21-
choco install adoptopenjdk --version 16.0.1.900 -y -ia ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJavaHome
22-
echo 'export JAVA_HOME="/c/Program Files/AdoptOpenJDK/jdk-16.0.1.9-hotspot"' >> .travis.env
21+
choco install libericajdk --version 18.0.1 -y -ia ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJavaHome
22+
#echo 'export JAVA_HOME="/c/Program Files/AdoptOpenJDK/jdk-16.0.1.9-hotspot"' >> .travis.env
23+
echo 'export JAVA_HOME="$JAVA_HOME"' >> .travis.env
2324

2425
# choco install wixtoolset -y
2526
wget -q https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip

0 commit comments

Comments
 (0)