Skip to content

Commit

Permalink
Also check /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jul 23, 2024
1 parent 99934ee commit a38e474
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 @@ -52,4 +52,6 @@ jobs:
which -a openssl
find /usr -name aes.h -ls || true
find /usr -type d -name openssl -ls || true
find /opt -name aes.h -ls || true
find /opt -type d -name openssl -ls || true
which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo '======='; done

0 comments on commit a38e474

Please sign in to comment.