Try to find Java stuff

This commit is contained in:
John J. Camilleri
2020-11-24 12:40:42 +01:00
parent 59dda75f16
commit c8623e2be7

View File

@@ -27,7 +27,7 @@ jobs:
- name: Find Java stuff
shell: msys2 {0}
run: |
find / -name "jni.h"
find /c -name "jni.h"
- name: Setup Haskell
uses: actions/setup-haskell@v1