mirror of
https://github.com/frida/frida
synced 2026-08-13 06:26:05 -04:00
ci: Fix Qt installation on Ubuntu 24.04
This commit is contained in:
parent
66e876ffb5
commit
f5db0bea1f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue