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 6da539a Allow to continue 6da539a is described below commit 6da539ab27231d179f4b961766f7d6e39159ac12 Author: Sebb <s...@apache.org> AuthorDate: Sun Jun 12 23:12:33 2022 +0100 Allow to continue --- .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 861a56e..3d932ba 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,6 +58,6 @@ jobs: - name: OpenSSL version run: openssl version - name: Find missing file - run: find /usr -name aes.h + run: find /usr -name aes.h || true - name: Build with Maven run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false