osx workflow - no sudo for brew

This commit is contained in:
R4SAS 2020-11-13 19:40:36 +03:00
parent 8af2c413a8
commit 119404421c

View file

@ -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