This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new f6c9508 Try quoting the space
f6c9508 is described below
commit f6c9508c738582084f0e52950e1615b8924a6fc9
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 9 15:33:49 2023 +0100
Try quoting the space
---
.github/workflows/maven.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index de97ff7..7953f4a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,6 +21,7 @@ on:
push:
paths-ignore:
- '**/workflows/*.yml'
+ - '!**/workflows/maven.yml'
pull_request:
paths-ignore:
- '**/workflows/*.yml'
@@ -92,4 +93,4 @@ jobs:
- name: Run OpenSslJna (JNA - Windows from openssl version -a ENGINESDIR)
if: ${{ matrix.os == 'windows-latest' }}
run: |
- mvn -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"jna.library.path="C:\Program Files\OpenSSL\lib" -D"commons.crypto.debug=true"
+ mvn -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
-D"jna.library.path="C:\Program^ Files\OpenSSL\lib"
-D"commons.crypto.debug=true"