File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
env :
31
31
# current ref from: 27.02.2022
32
32
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' || '' }}
33
36
34
37
steps :
35
38
52
55
mingw-w64-x86_64-cmake
53
56
mingw-w64-x86_64-jq
54
57
55
-
56
58
- name : " LINUX,MAC: Setup haskell"
57
59
if : matrix.os != 'windows-latest'
58
60
uses : haskell/actions/setup@v1
@@ -149,7 +151,6 @@ jobs:
149
151
run : |
150
152
brew install libsodium
151
153
brew install lmdb
152
- brew install openssl
153
154
154
155
- name : " MAC: Install build environment (secp256k1)"
155
156
if : matrix.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments