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 41ac52e commit 8d8a23cCopy full SHA for 8d8a23c
.github/workflows/release-binaries.yml
@@ -296,6 +296,7 @@ jobs:
296
run: |
297
ls -l /c/vcpkg/packages/libxml2_x64-windows/
298
ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
299
+ ls -l /c/vcpkg/packages/libxml2_x64-windows/include/
300
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
301
# so we need to set some extra cmake flags to disable this.
302
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
0 commit comments