Skip to content

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Feb 2, 2025
1 parent cd263a5 commit 4d52910
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
- name: Check system OpenSSL version
run: "openssl version"

- name: List linked OpenSSL versions
run: "ls -lh `brew --prefix openssl`*"
- name: Check brew openssl prefix
run: "brew --prefix openssl"

# - name: List linked OpenSSL versions
# run: "ls -lh `brew --prefix openssl`*"

- name: Check OpenSSL version used in Python
run: "python -c \"import ssl; print(ssl.OPENSSL_VERSION)\""
Expand Down

0 comments on commit 4d52910

Please sign in to comment.