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 7a807ea Again 7a807ea is described below commit 7a807ea38df243e8e7a6adfefc1ca15e8e3cd32c Author: Sebb <s...@apache.org> AuthorDate: Mon Jun 13 00:11:22 2022 +0100 Again --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 74711f7..07fc6dd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -60,6 +60,8 @@ jobs: - name: Find missing file run: | cd \ - ruby -rfind -e "Find.find('.').each{|x| puts x if x.end_with? 'aes.h'}" + ruby -rfind -e "Find.find('.').each{|x| puts x if x.end_with? 'openssl'}" + d: + ruby -rfind -e "Find.find('.').each{|x| puts x if x.end_with? 'openssl'}" # - name: Build with Maven # run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false