Skip to content

Commit

Permalink
Add OpenSSL path to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Jul 25, 2024
1 parent 205fa07 commit 1bff2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ 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
Expand Down Expand Up @@ -326,6 +325,7 @@ jobs:
-DCMAKE_MODULE_PATH="${{ env.CMAKE_WORKSPACE }}/build/conan"
-DCMAKE_PREFIX_PATH="${{ env.CMAKE_WORKSPACE }}/install"
-DCMAKE_INSTALL_PREFIX="${{ env.CMAKE_WORKSPACE }}/build/conan"
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
${{ env.CMAKE_COMPILER_ARGS }}'

- name: install test log
Expand Down

0 comments on commit 1bff2ba

Please sign in to comment.