fix(ci): Update host configuration in build workflow to use 'linux' instead of 'linux_arm64'

This commit is contained in:
Chenx Dust
2025-01-21 00:37:11 +08:00
parent 3c9056705b
commit 4601fab3d5

View File

@@ -384,7 +384,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
host: 'linux_arm64'
host: 'linux'
target: 'desktop'
arch: 'linux_gcc_arm64'
modules: 'qt5compat'