summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-07-06 18:08:37 +0000
committerGitHub <noreply@github.com>2023-07-06 18:08:37 +0000
commit1151bc560874c7cf9392385406b52ff27c81c9e2 (patch)
tree4765d412b0bae8a86c4a59d8984ece17033654df
parentbd1522e3110c99363aa5032e26f6c6a3f83c6c3f (diff)
Update cmake.yml
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 3378c819..1dcc40f6 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -50,7 +50,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- archives: qtbase qtimageformats qtgamepad qttools qtserialport
+ archives: qtbase qtimageformats qtgamepad qttools qtserialport qtmultimedia
- name: Configure
run: ${{matrix.cmake}} -GNinja -S ${{github.workspace}}/ -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DQt5_DIR=${{env.Qt5_DIR}} -DQt5Gui_DIR=${{env.Qt5_DIR}}/lib/cmake/Qt5Gui