Skip to content

Commit

Permalink
Github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Jan 20, 2024
1 parent c4bbadd commit d33c9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
which java
which mvn
echo ---- rt.jar should be listed below
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.9-9/x64/ -name "*.jar"
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.10-7/x64/ -name "*.jar"
- name: xvfb
shell: bash
Expand Down
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.9-9/x64/ -name "*.jar"
find /opt/hostedtoolcache/Java_Adopt_jdk/17.0.10-7/x64/ -name "*.jar"
- name: xvfb
shell: bash
Expand Down

0 comments on commit d33c9ac

Please sign in to comment.