From fca009d24537420a528055de2994c58c24a6715d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sat, 6 Jul 2024 19:40:36 -0300 Subject: [PATCH] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a0c82f72..7a982c37e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,10 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '5.15.1' + version: '5.15.2' target: 'desktop' modules: qtcharts + setup-python: 'true' - name: Install jinja2 run: |