Skip to content

Commit f0cd431

Browse files
committed
Change prefix path
1 parent f729f1e commit f0cd431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
${{ needs.prepare.outputs.target-cmake-flags }} \
310310
-DLLVM_ENABLE_LIBXML2=FORCE_ON \
311311
-DLIBXML2_DEFINITIONS=-DLIBXML_STATIC \
312-
-DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows-static/ \
312+
-DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows-static/share/ \
313313
-C clang/cmake/caches/Release.cmake \
314314
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
315315

0 commit comments

Comments
 (0)