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 d8ef1bc commit 55d4325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-ios'
modules: 'qtlocation qtpositioning'
target: 'ios'
version: '6.*.*'
- name: Install software
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
cache: 'true'
modules: 'qtlocation qtpositioning'
version: '6.*.*'
version: '6.6.*'
- name: Install Additional Software
run: |
sudo apt install ninja-build
Expand Down

0 comments on commit 55d4325

Please sign in to comment.