Bugfix
This commit is contained in:
parent
fad679614f
commit
8c5821aa49
@ -1,4 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
export JAVA_HOME
|
||||
JAVA_HOME="$(find "/usr/lib/jvm/" -maxdepth 1 -type d -iname "java*jdk*" | head -n 1)/"
|
||||
export JAVA_INCLUDE_PATH="$JAVA_HOME/include"
|
||||
source ./scripts/continuous-integration/github-workflows/setup-variables.sh
|
||||
# Check variables correctness
|
||||
if [ -z "${CPU_ARCH_DPKG}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user