[gha] fix osx build

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2024-04-27 13:36:47 +00:00
parent 648a884a18
commit d4e3991257
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
3 changed files with 26 additions and 24 deletions

View file

@ -32,11 +32,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: install packages
- name: Install required formulae
run: |
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
brew update
brew install boost miniupnpc openssl@1.1
- name: build application
- name: List installed formulae
run: brew list
- name: Build application
run: make HOMEBREW=1 USE_UPNP=${{ matrix.with_upnp }} PREFIX=$GITHUB_WORKSPACE/output -j3