File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -298,10 +298,10 @@ jobs:
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
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
305305 # There were some issues on the ARM64 MacOS runners with trying to build x86 object,
306306 # so we need to set some extra cmake flags to disable this.
307307 cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
You can’t perform that action at this time.
0 commit comments