Skip to content

Commit 749dcce

Browse files
committed
Debug
1 parent 358f52f commit 749dcce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)