Skip to content

Commit

Permalink
chore: update the file of project
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent a49e92b commit 7e1c577
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: install qt
- name: install qt for desktop
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
dir: ${{ github.workspace }}
version: ${{ matrix.version }}
modules: ${{ matrix['moudles']}}
- name: install qt for ios
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
Expand Down

0 comments on commit 7e1c577

Please sign in to comment.