Skip to content

Commit

Permalink
Install OpenSSL on MacOS GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Jan 12, 2025
1 parent 3154032 commit 11042a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11042a5

Please sign in to comment.