Skip to content

Commit 7f9d06e

Browse files
authored
Update c-cpp.yml
1 parent 898a8c9 commit 7f9d06e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
1313

14-
- name: Install Qt
15-
uses: jurplel/install-qt-action@v3
14+
- name: Setup Qt
15+
uses: miurahr/setup-qt-libs@v2
1616
with:
17-
version: '6.7.0'
18-
mirror: 'https://download.qt.io/official_releases/qt/'
17+
version: 6.7.0
18+
1919

2020
- name: Build with qmake and make
2121
run: |

0 commit comments

Comments
 (0)