Skip to content

Commit

Permalink
Set the correct host type (default the arch)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 18, 2025
1 parent de316e8 commit ec94af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec94af3

Please sign in to comment.