From bcb9737dda0522ade900d462b77323a5917e9e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Mon, 15 Apr 2024 19:34:50 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa87bde..290f2af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}"