summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-24 12:40:42 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-24 12:40:42 +0100
commitc8623e2be7c653a201dc65e40b7d77f313d45de9 (patch)
tree3075ea84ade9a5be772ab1cc8e56b1e38ed4c987 /.github/workflows
parent59dda75f1609fff06d436647c70f0d8116fc243e (diff)
Try to find Java stuff
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-windows-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml
index 5250ee082..b2cb0a0b5 100644
--- a/.github/workflows/build-windows-package.yml
+++ b/.github/workflows/build-windows-package.yml
@@ -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