File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -292,17 +292,17 @@ jobs:
292292
293293 - name : Install libxml2
294294 run : |
295- vcpkg install libxml2:x64-windows-static
295+ vcpkg install libxml2:x64-windows-static-rel
296296
297297 - name : Configure
298298 id : build
299299 shell : bash
300300 run : |
301- ls -l /c/vcpkg/packages/libxml2_x64-windows/
302- ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
303- ls -l /c/vcpkg/packages/libxml2_x64-windows/include/
304- ls -l /c/vcpkg/packages/libxml2_x64-windows/include/libxml2
305- ls -l /c/vcpkg/packages/libxml2_x64-windows/include/libxml2/libxml
301+ # ls -l /c/vcpkg/packages/libxml2_x64-windows/
302+ # ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
303+ # ls -l /c/vcpkg/packages/libxml2_x64-windows/include/
304+ # ls -l /c/vcpkg/packages/libxml2_x64-windows/include/libxml2
305+ # ls -l /c/vcpkg/packages/libxml2_x64-windows/include/libxml2/libxml
306306 # There were some issues on the ARM64 MacOS runners with trying to build x86 object,
307307 # so we need to set some extra cmake flags to disable this.
308308 cmake --debug-trycompile -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
You can’t perform that action at this time.
0 commit comments