Skip to content

Commit 0cfcc7a

Browse files
committed
again
1 parent 485b463 commit 0cfcc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cmake -B ${{github.workspace}}/build \
5858
-DBUILD_DOCS=OFF \
5959
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
60-
-DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"
60+
-DCMAKE_PREFIX_PATH:STRING="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}}"
6161

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

0 commit comments

Comments
 (0)