Skip to content

Commit

Permalink
Allow for spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 2, 2023
1 parent b83acf7 commit 6b23ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/adhoctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
run: |
which -a openssl
find /usr -name libcrypto* -ls || true
for i in $(which -a openssl); do echo $i; $i version -a; echo '====='; done
which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo '======='; done

0 comments on commit 6b23ac4

Please sign in to comment.