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:18:27 UTC

[commons-crypto] branch master updated: Wrong syntax for PowerShell

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 3b6bd4b  Wrong syntax for PowerShell
3b6bd4b is described below

commit 3b6bd4b02347913b3ac8e2a69da69d5ffa7554a0
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 13 23:18:22 2022 +0100

    Wrong syntax for PowerShell
---
 .github/workflows/maven_win.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 9dd3654..4e5c2b2 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -67,6 +67,6 @@ jobs:
     #     set
     - name: Build with Maven
       run: |
-        set
+        env
         set OPENSSL_HOME "C:\Miniconda\pkgs\openssl-1.1.1n-h2bbff1b_0\Library"
         mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false