Browse Source

Do not install qttools5-dev-tools for win32/64 CI builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.22
falkTX 3 years ago
parent
commit
3d5ace462f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml View File

@@ -132,7 +132,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev-tools xvfb \
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 xvfb \
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
- name: Cache debian packages
run: |
@@ -212,7 +212,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev-tools xvfb \
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 xvfb \
binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
- name: Cache debian packages
run: |


Loading…
Cancel
Save