diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-07-22 22:34:26 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-07-22 22:34:26 +0200 |
| commit | 7b9bb780a2f8c296270987c8e4c146b3b73b76b0 (patch) | |
| tree | af0ec9093203ab56feb564b9488de9c3ae52b90b /.github/workflows/build-windows-binary.yml | |
| parent | 4f256447e27a9537ad6a271b5709f71f9039672b (diff) | |
Find Java stuff
Diffstat (limited to '.github/workflows/build-windows-binary.yml')
| -rw-r--r-- | .github/workflows/build-windows-binary.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build-windows-binary.yml b/.github/workflows/build-windows-binary.yml index 0c0570cf8..60c13d4f7 100644 --- a/.github/workflows/build-windows-binary.yml +++ b/.github/workflows/build-windows-binary.yml @@ -23,6 +23,11 @@ jobs: gcc python-devel + - name: Find Java stuff + shell: msys2 {0} + run: | + find /c -name "jni.h" + - name: Prepare dist folder shell: msys2 {0} run: | |
