ci: Fix Qt installation on Ubuntu 24.04

This commit is contained in:
Ole André Vadla Ravnås 2025-03-31 20:48:38 +02:00
parent 66e876ffb5
commit f5db0bea1f

View file

@ -1137,11 +1137,12 @@ jobs:
- name: Configure qemu-user
if: ${{ !startsWith(matrix.arch, 'x86') }}
run: echo "FRIDA_QEMU_SYSROOT=/opt/x-tools/$XTOOLS_HOST/$XTOOLS_HOST/sysroot" >> $GITHUB_ENV
- name: Install packages needed for installing Qt
- name: Prepare environment for installing Qt
if: matrix.arch == 'x86_64'
run: |
apt-get update
apt-get install -y sudo
echo "PIP_BREAK_SYSTEM_PACKAGES=1" >> $GITHUB_ENV
- name: Install Qt
if: matrix.arch == 'x86_64'
uses: jurplel/install-qt-action@v4