Skip to content

Commit

Permalink
add openssl version check step
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Nov 8, 2022
1 parent 2b880cf commit f83866d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ common: &common
working_directory: ~/repo
steps:
- checkout
- run:
name: check openssl version
command: dpkg -l | grep " openssl "
- run:
# this is necessary until circleci images begin using openssl>=3.0.7
name: update openssl.cnf for ripemd160
Expand Down

0 comments on commit f83866d

Please sign in to comment.