Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Jun 20, 2022
1 parent 6fce546 commit 645b016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: jurplel/install-qt-action@v2
with:
aqtversion: '==2.1.0'
version: '6.3.1'
version: '6.3.0'
modules: qtconnectivity qtwebsockets qtcharts qtimageformats qt5compat
cached: 'false'

Expand All @@ -113,7 +113,7 @@ jobs:
uses: jurplel/install-qt-action@v2
with:
aqtversion: '==2.1.0'
version: '6.3.1'
version: '6.3.0'
host: 'mac'
target: 'ios'
modules: qtconnectivity qtwebsockets qtcharts qtimageformats qt5compat
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Build dependencies (from contribs script)
run: |
cd contribs
python3 contribs.py --qt-directory ${{env.Qt6_DIR}}/../.. --targets=ios_armv8
python3 contribs.py --qt-directory ${{env.Qt6_DIR}}/../.. --qt-version 6.3.0 --targets=ios_armv8
cd ..
# Build application
Expand Down

0 comments on commit 645b016

Please sign in to comment.