From fe57ed8eeaddc04d5b1c09010692ab6a75975e73 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Fri, 9 May 2025 10:02:30 +0200 Subject: [PATCH] move openssl away --- .github/workflows/unit_tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 1be6c68..d0d34fb 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -27,13 +27,19 @@ jobs: - name: checkout uses: actions/checkout@v4 - - name: Set up system (perl and curl is installed already) + - name: Set up system (perl, curl is installed already) run: | brew install socat jsonlint cpanminus + mv /opt/homebrew/bin/openssl /opt/homebrew/bin/openssl.NOPE + printf "----------\n" perl -V + printf "----------\n" curl --version + printf "----------\n" openssl version -a + printf "----------\n" bash --version + printf "----------\n" - name: install perl modules run: |