Remove the "openssl version" step from CI

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.
This commit is contained in:
Michał Trojnara 2024-04-15 19:34:50 +02:00
parent 7a5389b719
commit bcb9737dda

View File

@ -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}}"