Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 29, 2024
1 parent 20c446c commit 485b463
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
arch: linux_gcc_64
version: '6.8.*'
modules: qt5compat

- name: Dependencies
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build
-DBUILD_DOCS=OFF
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -B ${{github.workspace}}/build \
-DBUILD_DOCS=OFF \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"

- name: Build
Expand Down

0 comments on commit 485b463

Please sign in to comment.