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/12 22:43:24 UTC

[commons-crypto] branch master updated: Alternative find

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 e85cc06  Alternative find
e85cc06 is described below

commit e85cc06588593964a70ce67fb16819153c350779
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 12 23:43:18 2022 +0100

    Alternative find
---
 .github/workflows/maven.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b37de24..63b173b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,9 +58,7 @@ jobs:
     - name: OpenSSL version
       run: openssl version
     - name: Find missing file
-      run: |
-        c:
-        cd \
-        dir aes.h /s
+      run:
+        ruby -rfind -e 'Find.find("/usr").each{|x| puts x if x.end_with? "/aes.h"}'
     # - name: Build with Maven
     #   run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false