From a1191b7c08023569bf5297caad56897324a59047 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:54:49 +0200 Subject: [PATCH] Install imageformats moudule Kind of important. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 454da18..cbf9430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: arch: win64_msvc2019_64 cache: true cache-key-prefix: install-qt-action - modules: 'qtwebsockets' + modules: 'qtimageformats qtwebsockets' - name: Configure MSVC (Windows) uses: ilammy/msvc-dev-cmd@v1