Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Dec 29, 2023
1 parent 55d4325 commit e7a7bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-host'
version: '6.*.*'
version: '6.6.*'
- name: Set QT_HOST_PATH
run: |
echo QT_HOST_PATH=$Qt6_DIR >> $GITHUB_ENV
Expand All @@ -30,7 +30,7 @@ jobs:
cache-key-prefix: 'install-qt-action-android'
modules: 'qtlocation qtpositioning'
target: 'android'
version: '6.*.*'
version: '6.6.*'
arch: 'android_arm64_v8a'
- name: Install Additional Software
run: |
Expand Down

0 comments on commit e7a7bd0

Please sign in to comment.