Skip to content

Commit

Permalink
Use Qt 6.5.* consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesBathgate committed Jan 16, 2024
1 parent f233f6f commit 29912a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rapcad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Qt
uses: jurplel/[email protected]
with:
version: '6.*.*'
version: '6.5.*'
dir: /usr
cache: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install Dependencies
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Install Qt
uses: jurplel/[email protected]
with:
version: '6.*.*'
version: '6.5.*'
cache: ${{ steps.cache-qt.outputs.cache-hit }}
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 29912a7

Please sign in to comment.