mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[gha] fix osx build
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
648a884a18
commit
d4e3991257
3 changed files with 26 additions and 24 deletions
7
.github/workflows/build-osx.yml
vendored
7
.github/workflows/build-osx.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue