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:48:32 UTC

[commons-crypto] branch master updated: Windows wants "

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 fa91723  Windows wants "
fa91723 is described below

commit fa91723213160edad61677ef6004fa91bfb7b7e6
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 12 23:48:27 2022 +0100

    Windows wants "
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 63b173b..323d6ee 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -59,6 +59,6 @@ jobs:
       run: openssl version
     - name: Find missing file
       run:
-        ruby -rfind -e 'Find.find("/usr").each{|x| puts x if x.end_with? "/aes.h"}'
+        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