Skip to content

Commit 8856de8

Browse files
committed
ci: github actions - setup-python: true for install-qt to work around windows qt installation errors
1 parent fa1c751 commit 8856de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
version: ${{env.QT_VERSION}}
8585
modules: 'qtcharts qthttpserver qtwebsockets'
86-
setup-python: false
86+
setup-python: true
8787
cache: true
8888
cache-key-prefix: Qt
8989

0 commit comments

Comments
 (0)