diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 14:49:49 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 14:49:49 -0500 |
commit | 8e04921ac48e7c21820298a6ac4cf132f54bff24 (patch) | |
tree | b8d8a59244e7915d1f071a0872f809a88cf5e887 /.github | |
parent | Merge pull request #8420 (diff) | |
parent | depends: remove unused Qt package (diff) | |
download | monero-8e04921ac48e7c21820298a6ac4cf132f54bff24.tar.xz |
Merge pull request #8574
fa7622c depends: remove unused Qt package (selsta)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/depends.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml index ab4b4dcb6..2c809d0a5 100644 --- a/.github/workflows/depends.yml +++ b/.github/workflows/depends.yml @@ -36,13 +36,13 @@ jobs: packages: "python3 gperf g++-aarch64-linux-gnu" - name: "i686 Win" host: "i686-w64-mingw32" - packages: "python3 g++-mingw-w64-i686 qttools5-dev-tools" + packages: "python3 g++-mingw-w64-i686" - name: "i686 Linux" host: "i686-pc-linux-gnu" packages: "gperf cmake g++-multilib python3-zmq" - name: "Win64" host: "x86_64-w64-mingw32" - packages: "cmake python3 g++-mingw-w64-x86-64 qttools5-dev-tools" + packages: "cmake python3 g++-mingw-w64-x86-64" - name: "x86_64 Linux" host: "x86_64-unknown-linux-gnu" packages: "gperf cmake python3-zmq libdbus-1-dev libharfbuzz-dev" |