aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-24 18:02:24 +0000
committertobtoht <tob@featherwallet.org>2025-02-24 18:02:24 +0000
commit970c33332b025d810a32450c48414a63158ae208 (patch)
treecbb2000ff3e3f5607a23c0e22f47aacca60e1042
parentfa02fa8ac5ffd7d1fec03223affb62399704f491 (diff)
parentcdf8a1a854cca250e995f36ea7a386be766c9e70 (diff)
downloadmonzero-gui-970c33332b025d810a32450c48414a63158ae208.tar.gz
monzero-gui-970c33332b025d810a32450c48414a63158ae208.tar.xz
monzero-gui-970c33332b025d810a32450c48414a63158ae208.zip
Merge pull request #4366
cdf8a1a8 build.yml: pyenv vcs for python (plowsof)
-rw-r--r--.github/workflows/build.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 709ebd05..d712403d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -72,11 +72,13 @@ jobs:
with:
submodules: recursive
- name: install dependencies
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf pkg-config python3 p7zip aria2
+ run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf pkg-config pyenv p7zip aria2
- name: install dependencies
- run: pip3 install defusedxml
+ run: |
+ pyenv install 3.12.0
+ pip install defusedxml
- name: download qt
- run: python3 monero-gui/.github/qt_helper.py mac_x64 desktop 5.15.2 clang_64 c384008156fe63cc183bade0316828c598ff3e5074397c0c9ccc588d6cdc5aca
+ run: python monero-gui/.github/qt_helper.py mac_x64 desktop 5.15.2 clang_64 c384008156fe63cc183bade0316828c598ff3e5074397c0c9ccc588d6cdc5aca
working-directory: ../
- name: build
run: |