Skip to content

Commit

Permalink
fix(ci): Update host configuration in build workflow to use 'linux' i…
Browse files Browse the repository at this point in the history
…nstead of 'linux_arm64'
  • Loading branch information
chenx-dust committed Jan 20, 2025
1 parent 3c90567 commit 4601fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4601fab

Please sign in to comment.