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 <s...@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