Fix JAVA_HOME on Oracle8

This commit is contained in:
John M. Penn 2023-08-04 11:08:21 -05:00 committed by Jacqueline Deans
parent 8ba7e59335
commit 8153e81c13

View File

@ -148,6 +148,7 @@ jobs:
- name: Build Trick
run: |
export MAKEFLAGS=-j`nproc`
export JAVA_HOME=$(dirname $(dirname $(readlink -f `which java`)))
make
- name: Test
run: |