Wrong java home path
This commit is contained in:
parent
150dfd1791
commit
03178a15a7
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
export JAVA_HOME
|
export JAVA_HOME
|
||||||
JAVA_HOME="/usr/lib/jvm/$(find "/usr/lib/jvm/" -maxdepth 1 -type d -iname "java*jdk*" | head -n 1)/"
|
JAVA_HOME="$(find "/usr/lib/jvm/" -maxdepth 1 -type d -iname "java*jdk*" | head -n 1)/"
|
||||||
export JAVA_INCLUDE_PATH="$JAVA_HOME/include"
|
export JAVA_INCLUDE_PATH="$JAVA_HOME/include"
|
||||||
source ./scripts/continuous-integration/github-workflows/setup-variables.sh
|
source ./scripts/continuous-integration/github-workflows/setup-variables.sh
|
||||||
# Check variables correctness
|
# Check variables correctness
|
||||||
|
Loading…
Reference in New Issue
Block a user