diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-09-05 12:55:07 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-09-05 12:55:07 -0400 |
| commit | 76c3b3cd1d74576bc908b7a9db15eabc8aab6196 (patch) | |
| tree | 827958593934ef0dbde06fc5f243100ad936d30e /.github/workflows | |
| parent | 35aee155d79be7c2336e7d02e2419af12e01c6e1 (diff) | |
| parent | 95c07e1a620cd38b3e774d55dd8c6c846e7922f1 (diff) | |
| download | monzero-gui-76c3b3cd1d74576bc908b7a9db15eabc8aab6196.tar.gz monzero-gui-76c3b3cd1d74576bc908b7a9db15eabc8aab6196.tar.xz monzero-gui-76c3b3cd1d74576bc908b7a9db15eabc8aab6196.zip | |
Merge pull request #3452
95c07e1 workflows: replace qt download script for macos-bundle (selsta)
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 33be266c..74b5f952 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 |
