GHA: sync up curl -V step descriptions

Also to make it easier to recognize.

Also:
- GHA/linux-old: split steps to match other jobs.
- GHA: add `--disable` where missing.

Closes #19084
This commit is contained in:
Viktor Szakats 2025-10-15 20:22:20 +02:00
parent c8d6643df2
commit 3c0604bba4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 26 additions and 20 deletions

View file

@ -638,9 +638,9 @@ jobs:
fi
./scripts/singleuse.pl --unit "${libcurla}"
- name: 'check curl -V output'
- name: 'curl -V'
if: ${{ matrix.build.make-custom-target != 'tidy' }}
run: bld/src/curl -V
run: bld/src/curl --disable -V
- name: 'curl install'
run: |