diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcaf29f..7a5a319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}"