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 8c7146e commit 67e979bCopy full SHA for 67e979b
.github/workflows/release-binaries.yml
@@ -75,9 +75,10 @@ jobs:
75
shell: bash
76
env:
77
VCPKG_BUILD_TYPE: release
78
+ VCPKG_CMAKE_CONFIGURE_OPTIONS: -DBUILD_SHARED_LIBS=OFF
79
run: |
- vcpkg install libxml2:x64-windows-static
80
- find /c/ -iname 'libxml*.lib'
+ vcpkg --verbose install libxml2:x64-windows-static
81
+ find /c/vcpkg -iname 'libxml*.lib'
82
83
- name: Checkout LLVM
84
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments