We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a81e06 commit 898a8c9Copy full SHA for 898a8c9
1 file changed
.github/workflows/c-cpp.yml
@@ -14,7 +14,8 @@ jobs:
14
- name: Install Qt
15
uses: jurplel/install-qt-action@v3
16
with:
17
- version: '6.9.1'
+ version: '6.7.0'
18
+ mirror: 'https://download.qt.io/official_releases/qt/'
19
20
- name: Build with qmake and make
21
run: |
0 commit comments