svn commit: r1920650 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sat Sep 14 18:29:18 2024
New Revision: 1920650
URL: http://svn.apache.org/viewvc?rev=1920650&view=rev
Log:
.github/workflows/windows.yml: Set APR_USE_EXPAT=OFF and APR_USE_LIBXML2=ON
in LibXml2 configuration.
Modified:
apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/.github/workflows/windows.yml?rev=1920650&r1=1920649&r2=1920650&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows.yml (original)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Sat Sep 14 18:29:18 2024
@@ -30,6 +30,9 @@ jobs:
build-shared: ON
dso-build: ON
packages: libxml2
+ config: >-
+ -DAPU_USE_EXPAT=OFF
+ -DAPU_USE_LIBXML2=ON
- name: Shared (no DSO)
os: windows-latest
triplet: x64-windows