You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/13 22:26:52 UTC

[commons-crypto] branch master updated: Try setting in script

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 95655c4  Try setting in script
95655c4 is described below

commit 95655c4736897db4357a4dfbaf98f988ce2d5158
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 13 23:26:46 2022 +0100

    Try setting in script
---
 .github/workflows/maven_win.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 4e5c2b2..b3850fb 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -66,7 +66,8 @@ jobs:
     #     ruby -rfind -e "Find.find('.').each{|x| puts x if x.include? 'openssl'}"
     #     set
     - name: Build with Maven
+      env:
+        OPENSSL_HOME: "C:\\Miniconda\\pkgs\\openssl-1.1.1n-h2bbff1b_0\\Library"
       run: |
         env
-        set OPENSSL_HOME "C:\Miniconda\pkgs\openssl-1.1.1n-h2bbff1b_0\Library"
         mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false