diff options
| author | selsta <selsta@sent.at> | 2021-05-01 15:35:52 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-08-31 05:48:53 +0200 |
| commit | 95c07e1a620cd38b3e774d55dd8c6c846e7922f1 (patch) | |
| tree | 228f4c77c96eeb3eec3a9eb080fbeec4fcc4412b /.github/workflows | |
| parent | 426dc3fa4764b8ae31802d3894bb3b382e10be02 (diff) | |
| download | monzero-gui-95c07e1a620cd38b3e774d55dd8c6c846e7922f1.tar.gz monzero-gui-95c07e1a620cd38b3e774d55dd8c6c846e7922f1.tar.xz monzero-gui-95c07e1a620cd38b3e774d55dd8c6c846e7922f1.zip | |
workflows: replace qt download script for macos-bundle
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbbeaed8..a16f8f13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,14 +65,11 @@ jobs: with: submodules: recursive - name: install dependencies - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf pkg-config python3 p7zip + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf pkg-config python3 p7zip aria2 - name: install dependencies - run: pip3 install requests semantic_version lxml py7zr + run: pip3 install defusedxml - name: download qt - run: | - curl -O https://raw.githubusercontent.com/engnr/qt-downloader/master/qt-downloader - chmod +x qt-downloader - ./qt-downloader macos desktop 5.15.2 clang_64 + run: python3 monero-gui/.github/qt_helper.py mac_x64 desktop 5.15.2 clang_64 c384008156fe63cc183bade0316828c598ff3e5074397c0c9ccc588d6cdc5aca working-directory: ../ - name: build run: CMAKE_PREFIX_PATH=/Users/runner/work/monero-gui/5.15.2/clang_64 make release -j3 |
