We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c446c commit 485b463Copy full SHA for 485b463
.github/workflows/linux-build.yml
@@ -46,16 +46,17 @@ jobs:
46
- name: Install Qt
47
uses: jurplel/install-qt-action@v4
48
with:
49
+ arch: linux_gcc_64
50
version: '6.8.*'
51
modules: qt5compat
52
53
- name: Dependencies
54
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev
55
56
- name: Configure CMake
- run: cmake -B ${{github.workspace}}/build
57
- -DBUILD_DOCS=OFF
58
- -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake -B ${{github.workspace}}/build \
+ -DBUILD_DOCS=OFF \
59
+ -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
60
-DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"
61
62
- name: Build
0 commit comments