Skip to content

Commit 64fd7b9

Browse files
committed
Another.
1 parent fca7d2c commit 64fd7b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ jobs:
1818
- name: Install Qt
1919
uses: jurplel/install-qt-action@v4
2020
with:
21+
version: '5.15.2'
22+
host: 'windows'
23+
target: 'desktop'
24+
arch: 'win64_msvc2019_64'
25+
install-deps: 'true'
2126
modules: 'qtcore qtwidgets qtgui'
27+
cached: 'false'
28+
setup-python: 'true'
29+
tools-only: 'false'
2230

2331
- name: Build the lib in release mode
2432
shell: pwsh

0 commit comments

Comments
 (0)