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 0cfcc7a commit add112cCopy full SHA for add112c
.github/workflows/linux-build.yml
@@ -54,9 +54,9 @@ jobs:
54
run: sudo apt-get update && sudo apt-get install -yq pkg-config libasound2-dev
55
56
- name: Configure CMake
57
- run: cmake -B ${{github.workspace}}/build \
58
- -DBUILD_DOCS=OFF \
59
- -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
+ run: cmake -B ${{github.workspace}}/build
+ -DBUILD_DOCS=OFF
+ -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
60
-DCMAKE_PREFIX_PATH:STRING="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"
61
62
- name: Build
0 commit comments