From c3428bdaed9d4e2880eda92aa8a7cf26c874e96d Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 2 Feb 2025 22:11:32 -0500 Subject: [PATCH] Try without prefixes. --- .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 ec3d90484..5c6f2bcef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: '5.15.2' - modules: 'qtmultimedia qtx11extras' + modules: 'multimedia x11extras' - name: Make working-directory: OSBindings/Qt shell: bash