1
0
mirror of https://github.com/mtrojnar/osslsigncode.git synced 2025-04-11 19:28:04 -05:00

show OpenSSL version

This commit is contained in:
Michał Trojnara 2022-08-08 06:40:29 +02:00
parent 5d51f0e2c7
commit 431d6ab1bd

@ -106,6 +106,9 @@ jobs:
with:
cmake-version: '3.17.0'
- name: Show OpenSSL version
run: openssl version -a
- name: Configure CMake
run: cmake
-G "${{matrix.generator}}"