From ec94af3b7db17f14305bac2cd58644dfd480d6c9 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sat, 18 Jan 2025 13:12:29 +1100 Subject: [PATCH] Set the correct host type (default the arch) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c63fa0e3d..339ec6780 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -77,7 +77,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.qt }} - arch: linux${{ matrix.arch == 'arm64' && '_arm64' || '' }} + host: linux${{ matrix.arch == 'arm64' && '_arm64' || '' }} modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }} setup-python: false documentation: true