summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-07-22 22:49:44 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-07-22 22:49:44 +0200
commit7674f078d61fac8f193886c1e1dfe803e479f6de (patch)
tree83acc0e2397ad486e972daa1b2866e3d973b21f8 /.github/workflows
parentc67fe05c0896c6eff1eca8fc1f1ab5559c918bcb (diff)
Try another path
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-windows-binary.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-windows-binary.yml b/.github/workflows/build-windows-binary.yml
index b30c7648a..46a34d7f1 100644
--- a/.github/workflows/build-windows-binary.yml
+++ b/.github/workflows/build-windows-binary.yml
@@ -26,8 +26,7 @@ jobs:
- name: Find Java stuff
shell: msys2 {0}
run: |
- echo $JAVA_HOME_8_X64
- find "/c/Program Files/Java" -name "jni.h"
+ find "/c/hostedtoolcache/windows/Java_Adopt_jdk" -name "jni.h"
- name: Prepare dist folder
shell: msys2 {0}