Skip to content

Commit

Permalink
Allow to continue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and wenwj0 committed Jun 14, 2022
1 parent a31ddd3 commit 89e771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89e771f

Please sign in to comment.