mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-19 22:28:05 -05:00
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:
parent
7a5389b719
commit
bcb9737dda
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -124,9 +124,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cmake-version: '3.17.0'
|
cmake-version: '3.17.0'
|
||||||
|
|
||||||
- name: Show OpenSSL version
|
|
||||||
run: openssl version -a
|
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake
|
run: cmake
|
||||||
-G "${{matrix.generator}}"
|
-G "${{matrix.generator}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user