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/30 11:41:54 UTC

[commons-crypto] branch master updated: Wrong place

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 b5a9784  Wrong place
b5a9784 is described below

commit b5a9784124247fcf69fd0bf20909752bc434b286
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 30 12:41:49 2022 +0100

    Wrong place
---
 .github/workflows/adhoctest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 9030639..6a3ac05 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -61,12 +61,12 @@ jobs:
     #   run: |
     #     mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
     - name: Find OpenSSL
+      if: always()
       run: |
-        if: always()
         for i in $(which -a openssl) ; do  echo $i; $i version ; echo ""; done
     - name: Find Crypto Libraries
+      if: always()
       run: |
-        if: always()
         find 2>/dev/null /usr/lib       -name libcrypto*.dylib -ls || true
         find 2>/dev/null /usr/local/lib -name libcrypto*.dylib -ls || true
         find 2>/dev/null /opt/local/lib -name libcrypto*.dylib -ls || true
\ No newline at end of file