diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 1e48859..df79b7a 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -50,6 +50,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: '6.5.*' + modules: qtmultimedia - name: Dependencies run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev @@ -57,8 +58,8 @@ jobs: - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type - run: cmake -B ${{github.workspace}}/build - -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + run: cmake -B ${{github.workspace}}/build + -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.SONIVOX_LOCATION}}" - name: Build