Skip to content

Commit

Permalink
fix(build): fix aqtinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
albexk committed Dec 22, 2024
1 parent 48f6cf9 commit c358fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
arch: 'linux_gcc_64'
modules: ${{ env.QT_MODULES }}
dir: ${{ runner.temp }}
extra: '--external 7z --base ${{ env.QT_MIRROR }}'
extra: '--base ${{ env.QT_MIRROR }}'

- name: 'Install android_x86_64 Qt'
uses: jurplel/install-qt-action@v4
Expand Down

0 comments on commit c358fe8

Please sign in to comment.