mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
[gha] fix MacOS build
More info: https://github.com/orgs/Homebrew/discussions/3895 Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
445cff0025
commit
8500aaa26f
1
.github/workflows/build-osx.yml
vendored
1
.github/workflows/build-osx.yml
vendored
@ -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…
Reference in New Issue
Block a user