Skip to content

Commit cb4b0f2

Browse files
committed
Fix build
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 1ac1f57 commit cb4b0f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
sudo dpkg --add-architecture i386
131131
sudo apt-get update -qq
132-
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
132+
sudo apt-get install -y autopoint build-essential curl cmake jq llvm meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
133133
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
134134
- name: Cache debian packages
135135
run: |
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
sudo dpkg --add-architecture i386
192192
sudo apt-get update -qq
193-
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
193+
sudo apt-get install -y autopoint build-essential curl cmake jq llvm meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
194194
binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
195195
- name: Cache debian packages
196196
run: |

PawPaw

0 commit comments

Comments
 (0)