Browse Source

[gha] fix MacOS build

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

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1829/head
R4SAS 2 years ago
parent
commit
8500aaa26f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      .github/workflows/build-osx.yml

1
.github/workflows/build-osx.yml

@ -14,6 +14,7 @@ jobs: @@ -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