Skip to content

Commit

Permalink
Maybe qt6.5?
Browse files Browse the repository at this point in the history
  • Loading branch information
herzenschein authored Nov 10, 2023
1 parent a95e10d commit 0cdafb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.6'
version: '6.5'
host: 'linux'
target: 'desktop'
dir: '${{ github.workspace }}/example/'
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.6'
version: '6.5'
host: 'linux'
target: 'desktop'
dir: '${{ github.workspace }}/example/'
Expand Down

0 comments on commit 0cdafb8

Please sign in to comment.