svn commit: r1935803 - in subversion/branches/1.15.x: . .github/workflows

[email protected] Thu, 02 Jul 2026 11:49:06 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178299294631.3735699.17023111988637273534@svn03-he-fi>
Author: ivan
Date: Thu Jul  2 11:49:06 2026
New Revision: 1935803

Log:
On 1.15.x: Merge r1934656 from trunk:
  gha: Install lxml and rnc2rng Python packages on the Window runners.
  Justification:
    Keep GitHub Actions configuration in sync with trunk.
  Votes:
    +1: ivan (only affects GHA)

Modified:
   subversion/branches/1.15.x/   (props changed)
   subversion/branches/1.15.x/.github/workflows/cmake.yml

Modified: subversion/branches/1.15.x/.github/workflows/cmake.yml
==============================================================================
--- subversion/branches/1.15.x/.github/workflows/cmake.yml	Thu Jul  2 11:47:40 2026	(r1935802)
+++ subversion/branches/1.15.x/.github/workflows/cmake.yml	Thu Jul  2 11:49:06 2026	(r1935803)
@@ -159,6 +159,10 @@ jobs:
           path: vcpkg-archives
           key: vcpkg/${{ runner.os }}/${{ matrix.vcpkg_triplet }}/${{ steps.vcpkg-sha.outputs.sha }}
 
+      - name: Install dependencies (Windows, python)
+        if: runner.os == 'Windows'
+        run: python -m pip -q --disable-pip-version-check install lxml==6.1.0 rnc2rng==2.7.0
+
       - name: Install dependencies (Linux, apt-get)
         if: runner.os == 'Linux'
         run: >