mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Actions: fix CMAKE_PREFIX_PATH
This commit is contained in:
parent
39f5bc9e1d
commit
b28c002eb9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -89,4 +89,4 @@ jobs:
|
|||
- name: install dependencies
|
||||
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt@5 libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig zbar
|
||||
- name: build
|
||||
run: CMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5/ make mac-release -j3
|
||||
run: CMAKE_PREFIX_PATH=/usr/local/opt/qt@5/ make mac-release -j3
|
||||
|
|
Loading…
Reference in a new issue