From 205fa0703b81254e896d00e5a3adde0bb7e69323 Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Wed, 24 Jul 2024 17:17:05 +0100 Subject: [PATCH] OpenSSL? --- .github/workflows/build-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cc955dc0..6b27a0b6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -151,6 +151,7 @@ jobs: echo -e "$hostip crl.testsuite.nmos.tv\n$hostip ocsp.testsuite.nmos.tv" | sudo tee -a /etc/hosts > /dev/null # testssl.sh needs "timeout" brew install coreutils + brew install openssl - name: mac docker install # installs docker on a mac runner. Github's documentation states docker is already available so this shouldn't be necessary