mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-04 04:02:47 -05:00
show OpenSSL version
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -106,6 +106,9 @@ 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}}"
|
||||||
|
Reference in New Issue
Block a user