Skip to content

Commit

Permalink
Try archives with qt6.5
Browse files Browse the repository at this point in the history
herzenschein authored Nov 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6972fcd commit 1ab0a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install-qt6.yml
Original file line number Diff line number Diff line change
@@ -10,8 +10,9 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.6'
version: '6.5'
host: 'linux'
target: 'desktop'
install-deps: 'true'
cache: 'true'
archives: 'qtbase qtdeclarative'

0 comments on commit 1ab0a58

Please sign in to comment.