Skip to content

Commit

Permalink
also look for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jul 23, 2024
1 parent 1552b77 commit b274d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/adhoctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
run: |
which -a openssl
find /usr -name aes.h -ls || true
find /usr -type d -name openssl -ls || true
which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo '======='; done

0 comments on commit b274d37

Please sign in to comment.