Author: ivan
Date: Thu Jul 2 11:55:08 2026
New Revision: 1935804
Log:
On 1.15.x: Merge r1935587 from trunk:
gha: Drop `-q` option to have list of actually installed packages.
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:49:06 2026 (r1935803)
+++ subversion/branches/1.15.x/.github/workflows/cmake.yml Thu Jul 2
11:55:08 2026 (r1935804)
@@ -161,7 +161,7 @@ jobs:
- 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
+ run: python -m pip --disable-pip-version-check install lxml==6.1.0
rnc2rng==2.7.0
- name: Install dependencies (Linux, apt-get)
if: runner.os == 'Linux'