mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
Fix CI dependencies for QtMultimedia
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -35,7 +35,8 @@ jobs:
|
||||
kirigami \
|
||||
kcoreaddons \
|
||||
ki18n \
|
||||
phonon-qt6
|
||||
qt6-multimedia \
|
||||
qt6-multimedia-ffmpeg
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build -j"$(nproc)"
|
||||
"$(/usr/lib/qt6/bin/qtpaths6 --query QT_INSTALL_BINS)/qmllint" src/qml/Main.qml
|
||||
|
||||
Reference in New Issue
Block a user