summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-18 23:15:15 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-18 23:15:15 +0100
commit0d12c7101c78444c1c7dbce55c9a311d4ecfd406 (patch)
treeb3abbb23154a3db71d5ce3de540ee8f2dfc158dc
parent6ee7c88f342a03690dabf596ae1ecdc8df7da851 (diff)
Add debugging output to macOS build for locating JNI headers
-rw-r--r--.github/workflows/build-macos-package.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml
index e3ed3def2..7c4854d3d 100644
--- a/.github/workflows/build-macos-package.yml
+++ b/.github/workflows/build-macos-package.yml
@@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2
+ # just to see output
+ - run: locate jni.h
+ - run: find / -name jni.h
+ - run: brew reinstall openjdk
+
- name: Setup Haskell
uses: actions/setup-haskell@v1
id: setup-haskell-cabal
@@ -27,8 +32,7 @@ jobs:
- name: Install build tools
run: |
brew install \
- automake \
- openjdk
+ automake
cabal v1-install alex happy
- name: Build macOS package