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 c223bb4 Keep trying c223bb4 is described below commit c223bb446121b5bf9caffd17337403bc04df2537 Author: Sebb <s...@apache.org> AuthorDate: Mon Jun 13 00:02:14 2022 +0100 Keep trying --- .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 323d6ee..a7d9e70 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('\').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