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 25fc6b0  Keep trying
25fc6b0 is described below

commit 25fc6b09b481cf4a17758e8dbf1784c6fe778188
Author: Sebb <s...@apache.org>
AuthorDate: Sat Sep 9 15:45:19 2023 +0100

    Keep trying
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7953f4a..4907a68 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -93,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"

Reply via email to