diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:58:50 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:58:50 -0500 |
| commit | 2c763f50148b1d476f76fe69a369167e57890eda (patch) | |
| tree | aebd427ec8360e80badc5a4f0286b7ae4be06146 | |
| parent | 5d566d1c02299fbac06f2ac05eac3109c5d3677e (diff) | |
| parent | f40b10ea0b62528b2ff098d3019f777124a026e6 (diff) | |
| download | monzero-gui-2c763f50148b1d476f76fe69a369167e57890eda.tar.gz monzero-gui-2c763f50148b1d476f76fe69a369167e57890eda.tar.xz monzero-gui-2c763f50148b1d476f76fe69a369167e57890eda.zip | |
Merge pull request #3323
f40b10e workflows: add py7zr to macos bundle (selsta)
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c654ad2..ac014b8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - 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 - name: install dependencies - run: pip3 install requests semantic_version lxml + run: pip3 install requests semantic_version lxml py7zr - name: download qt run: | curl -O https://raw.githubusercontent.com/engnr/qt-downloader/master/qt-downloader |
