[gha] fix MacOS build

More info: https://github.com/orgs/Homebrew/discussions/3895

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1829/head
R4SAS 1 year ago
parent 445cff0025
commit 8500aaa26f
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: install packages
run: |
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
brew update
brew install boost miniupnpc openssl@1.1
- name: build application

Loading…
Cancel
Save