Skip to content

Commit

Permalink
fixed qtmultimedia needed by workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Mar 30, 2024
1 parent f99a884 commit bf73f1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ 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

- 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
Expand Down

0 comments on commit bf73f1f

Please sign in to comment.