From ac8ad4c9e0e56511ef7bf50fc37e80ef021fc9b7 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:52:38 +0100 Subject: [PATCH] use single line for run: --- .github/workflows/desktop-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 5e4965959..5b954d021 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -371,8 +371,7 @@ jobs: - name: Install aqtinstall if: matrix.os == 'macOS' - run: | - pipx install aqtinstall + run: pipx install aqtinstall # Checking if there's a newer, uncached version of Qt available to install via aqtinstall - name: Resolve latest Qt patch version