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 186937dc Windows uses PowerShell [skip ci] 186937dc is described below commit 186937dc063f9c9d1d7b2fffd1c7375f39c35cb3 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 31 21:39:49 2023 +0000 Windows uses PowerShell [skip ci] --- .github/workflows/maven_adhoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml index 6023548b..e7e84ab2 100644 --- a/.github/workflows/maven_adhoc.yml +++ b/.github/workflows/maven_adhoc.yml @@ -84,8 +84,8 @@ jobs: env: OPENSSL_HOME: "C:\\Miniconda\\Library" run: | - echo "ENGINESDIR=%ENGINESDIR%" - mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false -D"jni.library.path=%ENGINESDIR%" -D"jna.library.path=%ENGINESDIR%" + $Env:ENGINESDIR + echo mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false -D"jni.library.path=$Env:ENGINESDIR" -D"jna.library.path=$Env:ENGINESDIR" # - name: Run Crypto (JNI) # run: | # mvn --show-version --batch-mode --no-transfer-progress -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" -D"commons.crypto.debug=true"