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 - uses: actions/checkout@v2
- name: install packages - name: install packages
run: | run: |
sudo brew update brew update
sudo brew install boost miniupnpc openssl@1.1 brew install boost miniupnpc openssl@1.1
- name: build application - name: build application
run: make HOMEBREW=1 USE_UPNP=${{ matrix.with_upnp }} -j3 run: make HOMEBREW=1 USE_UPNP=${{ matrix.with_upnp }} -j3