Skip to content

Commit

Permalink
Make GitHub action more resiliant to Java version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thahnen authored and fabioz committed Aug 25, 2024
1 parent 81d6943 commit 58b794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
which java
which mvn
echo ---- rt.jar should be listed below
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.10-7/x64/ -name "*.jar"
find /opt/hostedtoolcache/Java_Adopt_jdk/17.*/x64/ -name "*.jar"
- name: xvfb
shell: bash
Expand Down

0 comments on commit 58b794f

Please sign in to comment.