File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
run : |
130
130
sudo dpkg --add-architecture i386
131
131
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 \
133
133
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
134
134
- name : Cache debian packages
135
135
run : |
@@ -190,7 +190,7 @@ jobs:
190
190
run : |
191
191
sudo dpkg --add-architecture i386
192
192
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 \
194
194
binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
195
195
- name : Cache debian packages
196
196
run : |
You can’t perform that action at this time.
0 commit comments