Skip to content

Commit

Permalink
Try autodesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Nov 15, 2023
1 parent 2822346 commit 9ec6edf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release-**
- autodesktop
pull_request:
release:
types: ['published']
Expand Down Expand Up @@ -46,20 +47,13 @@ jobs:
api-private-key: ${{ secrets.IOS_APPSTORE_PRIVATE_KEY }}

- name: 💐 Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@not-ready-v4-not-ready
with:
version: ${{ env.INSTALL_QT_VERSION }}
modules: 'qt5compat qtcharts qtpositioning qtconnectivity qtimageformats qtmultimedia qtwebview qtsensors'
target: ios
cache: true

- name: 💐 Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.INSTALL_QT_VERSION }}
target: desktop
cache: false

- name: Prepare ios build env
run: |
brew install automake bison flex gnu-sed s3cmd gettext
Expand Down

0 comments on commit 9ec6edf

Please sign in to comment.