Skip to content

Commit

Permalink
Try quoting the space
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 9, 2023
1 parent 4b9e380 commit f6c9508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
push:
paths-ignore:
- '**/workflows/*.yml'
- '!**/workflows/maven.yml'
pull_request:
paths-ignore:
- '**/workflows/*.yml'
Expand Down Expand Up @@ -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"

0 comments on commit f6c9508

Please sign in to comment.