From 3d5d99ccbcbaf1da59587504c2b9bcf4357a1228 Mon Sep 17 00:00:00 2001 From: Adrian Smith Date: Sun, 7 Jul 2024 19:24:03 -0700 Subject: [PATCH] more debug info. --- .github/workflows/mobiletest.yml | 4 ++-- scripts/compile-shared | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobiletest.yml b/.github/workflows/mobiletest.yml index 110e965..1a60600 100644 --- a/.github/workflows/mobiletest.yml +++ b/.github/workflows/mobiletest.yml @@ -70,7 +70,7 @@ jobs: run: | export GRAALVM_HOME="$HOME/graalvm-svm-java17-darwin-m1-gluon-22.1.0.1-Final/Contents/Home" export JAVA_HOME="$GRAALVM_HOME" - export PATH=$JAVA_HOME/bin:$PATH + export PATH="$JAVA_HOME/bin:$PATH" scripts/compile-shared @@ -78,7 +78,7 @@ jobs: run: | export GRAALVM_HOME="$HOME/graalvm-svm-java17-darwin-m1-gluon-22.1.0.1-Final/Contents/Home" export JAVA_HOME="$GRAALVM_HOME" - export PATH=$JAVA_HOME/bin:$PATH + export PATH="$JAVA_HOME/bin:$PATH" scripts/build-shared # - uses: actions/upload-artifact@v1 diff --git a/scripts/compile-shared b/scripts/compile-shared index 9aacbdd..5dea30a 100755 --- a/scripts/compile-shared +++ b/scripts/compile-shared @@ -3,6 +3,9 @@ set -x set -e + +env + DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" cd "$DIR"