Skip to content

Commit 6187981

Browse files
committed
Fix i386 Qt
1 parent 859b5ed commit 6187981

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
with:
4848
submodules: recursive
4949

50+
- name: Configure i386 Qt installation
51+
if: matrix.ARCH == 'i386'
52+
run: |
53+
qtchooser -install qt5-i386-linux-gnu /usr/lib/i386-linux-gnu/qt5/bin/qmake
54+
echo QT_SELECT=qt5-i386-linux-gnu >> $GITHUB_ENV
55+
5056
- name: Build AppImage
5157
run: bash ci/build.sh
5258

0 commit comments

Comments
 (0)