Browse Source

Add gperf to CI

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.4^0
falkTX 2 years ago
parent
commit
93ec365617
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release.yml

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

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


Loading…
Cancel
Save