From 11042a5bcc8000026f79c24d72b9cb5d063e099e Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sun, 12 Jan 2025 14:37:15 -0800 Subject: [PATCH] Install OpenSSL on MacOS GitHub actions --- .github/workflows/main-cmake.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main-cmake.yml b/.github/workflows/main-cmake.yml index 598f1a8a3ab..37bb47c80a3 100644 --- a/.github/workflows/main-cmake.yml +++ b/.github/workflows/main-cmake.yml @@ -131,7 +131,9 @@ jobs: # CMake gets libaec from fetchcontent - name: Install Dependencies (macOS) - run: brew install ninja + run: | + brew install ninja + brew install openssl if: ${{ matrix.os == 'macos-latest' }} # symlinks the compiler executables to a common location