diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20462bdf..e61794fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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