Skip to content

Commit

Permalink
Keep trying
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 9, 2023
1 parent f6c9508 commit 25fc6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 25fc6b0

Please sign in to comment.