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 b525817 Again b525817 is described below commit b5258179e5c2572b7f2a0633d00a27b5d5d45b68 Author: Sebb <s...@apache.org> AuthorDate: Mon Jun 13 00:07:46 2022 +0100 Again --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a7d9e70..74711f7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,7 +58,8 @@ jobs: - name: OpenSSL version run: openssl version - name: Find missing file - run: - ruby -rfind -e "Find.find('\').each{|x| puts x if x.end_with? '/aes.h'}" + run: | + cd \ + 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