Skip to content

Commit 75e2e10

Browse files
committed
update action file
1 parent 6af6bc2 commit 75e2e10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
- name: Install Qt
2727
uses: jurplel/install-qt-action@v4
2828
with:
29-
version: '6.8.0'
29+
version: '6.8.3'
3030
host: 'linux'
3131
target: 'desktop'
3232
arch: 'gcc_64'
33+
tools: 'tools_cmake'
34+
archives: 'qttools qtsvg qtdeclarative qtbase icu'
3335

3436
- name: Build Project with CMake
3537
run: |

0 commit comments

Comments
 (0)