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

Commit 197787c

Browse files
committed
Test build for 2.5.1
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 4b93088 commit 197787c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
111+
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
112112
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
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 mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
167+
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 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)