Install QT on Windows CI

This commit is contained in:
Matthieu Gautier 2024-08-18 15:24:42 +02:00
parent 9c7f963681
commit 3d40dbbaad
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ jobs:
run: | run: |
pip3 install meson pytest requests distro paramiko pip3 install meson pytest requests distro paramiko
pip3 install --no-deps $GITHUB_WORKSPACE pip3 install --no-deps $GITHUB_WORKSPACE
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
modules: "qtwebengine"
setup-python: false
- name: Setup MSVC compiler - name: Setup MSVC compiler
uses: bus1/cabuild/action/msdevshell@v1 uses: bus1/cabuild/action/msdevshell@v1
with: with: