mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
osx workflow - no sudo for brew
This commit is contained in:
parent
8af2c413a8
commit
119404421c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-osx.yml
vendored
4
.github/workflows/build-osx.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: install packages
|
||||
run: |
|
||||
sudo brew update
|
||||
sudo brew install boost miniupnpc openssl@1.1
|
||||
brew update
|
||||
brew install boost miniupnpc openssl@1.1
|
||||
- name: build application
|
||||
run: make HOMEBREW=1 USE_UPNP=${{ matrix.with_upnp }} -j3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue