Skip to content

Commit

Permalink
more debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Jul 8, 2024
1 parent 7f8640f commit 3d5d99c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobiletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ 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
- name: Build app
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
Expand Down
3 changes: 3 additions & 0 deletions scripts/compile-shared
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
set -x
set -e


env

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$DIR"

Expand Down

0 comments on commit 3d5d99c

Please sign in to comment.