From 00424d2f1578fc580d1434695e88647956563e4d Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:46:19 -0300 Subject: [PATCH] Add comment about why we use install-qt-action --- .github/workflows/desktop-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 749b7b72f..954fbd4cb 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -287,6 +287,8 @@ jobs: install: true install-type: "binary" + # Using jurplel/install-qt-action to install Qt without using brew + # qt build using vcpkg either just fails or takes too long to build - name: Install Qt ${{env.QT_VERSION}} uses: jurplel/install-qt-action@v4 with: