Skip to content

Commit 0b43bd8

Browse files
Ensure openssl installed
1 parent 3c6ec14 commit 0b43bd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
if: startsWith(matrix.os, 'windows')
4444
run: echo "OPENSSL_ROOT_DIR=C:/Program Files/OpenSSL" >> $env:GITHUB_ENV
4545

46+
- name: Install OpenSSL
47+
if: startsWith(matrix.os, 'macos')
48+
run: brew install openssl
49+
4650
- name: Set OPENSSL_ROOT_DIR
4751
if: startsWith(matrix.os, 'macos')
4852
run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)