Skip to content

Commit 401cdab

Browse files
committed
Point to OpenSSL on MacOS
1 parent c34a234 commit 401cdab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/haskell.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
env:
3131
# current ref from: 27.02.2022
3232
SECP256K1_REF: ac83be33d0956faf6b7f61a60ab524ef7d6a473a
33+
# OpenSSL is installed in a non-standard location in MacOS. See
34+
# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
35+
PKG_CONFIG_PATH: ${{ matrix.os == 'macos-latest' && '/usr/local/opt/[email protected]/lib/pkgconfig' || '' }}
3336

3437
steps:
3538

@@ -52,7 +55,6 @@ jobs:
5255
mingw-w64-x86_64-cmake
5356
mingw-w64-x86_64-jq
5457
55-
5658
- name: "LINUX,MAC: Setup haskell"
5759
if: matrix.os != 'windows-latest'
5860
uses: haskell/actions/setup@v1
@@ -149,7 +151,6 @@ jobs:
149151
run: |
150152
brew install libsodium
151153
brew install lmdb
152-
brew install openssl
153154
154155
- name: "MAC: Install build environment (secp256k1)"
155156
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)