Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 29, 2024
1 parent 485b463 commit 0cfcc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build \
-DBUILD_DOCS=OFF \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"
-DCMAKE_PREFIX_PATH:STRING="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

0 comments on commit 0cfcc7a

Please sign in to comment.