Skip to content

Commit 54c4972

Browse files
committed
Build relase only
1 parent 55db6ea commit 54c4972

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-binaries.yml

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

0 commit comments

Comments
 (0)