Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored and wenwj0 committed Jun 14, 2022
1 parent 4c6c075 commit 6fbce07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6fbce07

Please sign in to comment.