Skip to content

Commit

Permalink
Fixing java location in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Jul 22, 2023
1 parent 92915f2 commit 099e8b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
which java
which mvn
echo ---- rt.jar should be listed below
find /opt/hostedtoolcache/Java_Adopt_jdk/11.0.19-7/x64/ -name "*.jar"
find /opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-8/x64/ -name "*.jar"
- name: xvfb
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ TEST_PYDEV_BASE_LOC=/home/runner/work/Pydev/Pydev/plugins/
PYTHON_LIB=/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/

#java info
JAVA_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/11.0.19-7/x64/bin/java
JAVA_RT_JAR_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/11.0.19-7/x64/lib/rt.jar
JAVA_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-8/x64/bin/java
JAVA_RT_JAR_LOCATION=/opt/hostedtoolcache/Java_Adopt_jdk/11.0.20-8/x64/lib/rt.jar

#Jython
JYTHON_JAR_LOCATION=/home/runner/work/Pydev/jython_install_dir/jython.jar
Expand Down

0 comments on commit 099e8b8

Please sign in to comment.