Skip to content

Commit

Permalink
Remove the "openssl version" step from CI
Browse files Browse the repository at this point in the history
We will likely link a different version of OpenSSL anyway,
so printing the version of the first OpenSSL command-line
executable on the PATH only adds to confusion.
  • Loading branch information
mtrojnar committed Apr 15, 2024
1 parent 7a5389b commit bcb9737
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ jobs:
with:
cmake-version: '3.17.0'

- name: Show OpenSSL version
run: openssl version -a

- name: Configure CMake
run: cmake
-G "${{matrix.generator}}"
Expand Down

0 comments on commit bcb9737

Please sign in to comment.