From 28a413145756057525a95c977d5a2943f44f66b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sat, 6 Jul 2024 19:48:56 -0300 Subject: [PATCH] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1ebd8362..42cdb865c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,10 @@ jobs: uses: actions/checkout@v2 - name: Install Qt - if: matrix.os == 'ubuntu-24-arm' + if: matrix.os == 'ubuntu-22-arm' run: | sudo apt install -y python3 + sudo echo -e "[global]\nbreak-system-packages = true" > /etc/pip.conf - name: Install Qt uses: jurplel/install-qt-action@v4