From 314179a27bd1e06bff68b22650757dea897906f9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 12 Aug 2026 16:15:09 -0400 Subject: [PATCH] Install QtMultimedia on the CI --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a0624d5..a5575b27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,7 @@ jobs: with: version: "${{ env.QT_VERSION }}" cache: true + modules: "qtmultimedia" - name: Prepare Vulkan SDK uses: humbletim/setup-vulkan-sdk@v1.2.1