Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.
/ Carla-Releases Public archive

Commit 93ec365

Browse files
committed
Add gperf to CI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent da0540f commit 93ec365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
sudo dpkg --add-architecture i386
110110
sudo apt-get update -qq
111-
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
111+
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 gperf qttools5-dev qttools5-dev-tools xvfb \
112112
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable
113113
- name: Cache debian packages
114114
run: |
@@ -164,7 +164,7 @@ jobs:
164164
run: |
165165
sudo dpkg --add-architecture i386
166166
sudo apt-get update -qq
167-
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
167+
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 gperf qttools5-dev qttools5-dev-tools xvfb \
168168
binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
169169
- name: Cache debian packages
170170
run: |

0 commit comments

Comments
 (0)