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 3cc8c0f Looks like we need to set OPENSSL_HOME
3cc8c0f is described below
commit 3cc8c0fa96274212622ad1282776df1e17abc288
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 13 22:58:33 2022 +0100
Looks like we need to set OPENSSL_HOME
---
.github/workflows/maven_win.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 4c5fea9..862825a 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -64,5 +64,8 @@ jobs:
cd \
dir
ruby -rfind -e "Find.find('.').each{|x| puts x if x.include?
'openssl'}"
- # - name: Build with Maven
- # run: mvn -V --file pom.xml --no-transfer-progress
-DtrimStackTrace=false
+ set
+ - name: Build with Maven
+ run: |
+ set OPENSSL_HOME "C:\Miniconda\pkgs\openssl-1.1.1n-h2bbff1b_0\Library"
+ mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false