Skip to content

Commit edf57e5

Browse files
committed
fix macOS github actions
1 parent 7f815fc commit edf57e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/macos-11.7-compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
2323
- name: Build all
2424
run: |
25+
brew unlink openssl@3
26+
2527
export NONINTERACTIVE=1
2628
brew install ninja secp256k1 libsodium libmicrohttpd pkg-config
2729
rootPath=`pwd`

.github/workflows/macos-12.6-compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
3434
- name: Build all
3535
run: |
36+
brew unlink openssl@3
37+
3638
export NONINTERACTIVE=1
3739
brew install ninja libmicrohttpd pkg-config
3840
rootPath=`pwd`

0 commit comments

Comments
 (0)