osx workflow - prefix for make

This commit is contained in:
R4SAS 2020-11-13 20:00:35 +03:00
parent 119404421c
commit 197e98f18f

View file

@ -17,4 +17,4 @@ jobs:
brew update
brew install boost miniupnpc openssl@1.1
- name: build application
run: make HOMEBREW=1 USE_UPNP=${{ matrix.with_upnp }} -j3
run: make HOMEBREW=1 USE_UPNP=${{ matrix.with_upnp }} PREFIX=$GITHUB_WORKSPACE/output -j3