Author: ivan
Date: Sat Jul 4 14:29:46 2026
New Revision: 1935884
Log:
On 1.15.x: Merge r1935592 from trunk:
GHA: Install lxml and rnc2rng Python packages on Mac OS.
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 Sat Jul 4
14:11:29 2026 (r1935883)
+++ subversion/branches/1.15.x/.github/workflows/cmake.yml Sat Jul 4
14:29:46 2026 (r1935884)
@@ -190,6 +190,10 @@ jobs:
Join-String -Separator ':'
"PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $env:GITHUB_ENV
+ - name: Install dependencies (Mac OS, python)
+ if: runner.os == 'macOS'
+ run: python -m pip --disable-pip-version-check install lxml==6.1.0
rnc2rng==2.7.0
+
- name: Set platform-specific values
id: platform
run: |