From 3d40dbbaad64cf7cecc7db1ba83887694029cee4 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Sun, 18 Aug 2024 15:24:42 +0200 Subject: [PATCH] Install QT on Windows CI --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 069a210..755c66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,12 @@ jobs: run: | pip3 install meson pytest requests distro paramiko 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 uses: bus1/cabuild/action/msdevshell@v1 with: