mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Actions: add Polyseed dep for mac builds
This commit is contained in:
parent
6ed98e5dab
commit
d660e1b66c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -88,6 +88,8 @@ jobs:
|
|||
submodules: recursive
|
||||
- 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: install polyseed
|
||||
run: git clone https://github.com/tevador/polyseed.git && cd polyseed && git reset --hard 4945d8239d6b26dc12723ca2aaa9f8110ceff5af && cmake . && make && make install
|
||||
- name: build
|
||||
run: CMAKE_PREFIX_PATH=/usr/local/opt/qt@5/ make mac-release -j3
|
||||
- name: create .tar
|
||||
|
|
Loading…
Reference in a new issue