mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix JAVA_HOME on Oracle8
This commit is contained in:
parent
8ba7e59335
commit
8153e81c13
1
.github/workflows/test_linux.yml
vendored
1
.github/workflows/test_linux.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user