Skip to content

Commit 0c8f126

Browse files
authored
Add QT email and password to CI workflow
1 parent 007e35b commit 0c8f126

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
aqtversion: '==3.3.*'
9898
modules: 'qthttpserver qtwebsockets qtimageformats'
9999
tools: 'tools_ifw'
100+
use-official: true
101+
email: ${{ secrets.QT_EMAIL }}
102+
pw: ${{ secrets.QT_PW }}
100103

101104
- name: Show versions (Unix)
102105
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)