Skip to content

Commit

Permalink
Looking for openssl include link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jul 23, 2024
1 parent ec898e0 commit db8c844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/adhoctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ jobs:
find /opt -type d -name openssl -ls || true
ls -l /usr/local/include /usr/local/opt/openssl/include || true # is this where macos12-13 find aes.h?
ls -l /opt/local/include || true # Try this for macos-14
find /usr -type l -name openssl -ls 2>/dev/null
find /opt -type l -name openssl -ls 2>/dev/null
which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo '======='; done

0 comments on commit db8c844

Please sign in to comment.