mirror of
https://github.com/curl/curl.git
synced 2026-08-05 17:26:13 +03:00
tidy-up: miscellaneous
- cmake/Find*: make double quotes consistent. - drop redundant parenthesis. - GHA/checksrc: sync a step name with others. - whitespace. Closes #19233
This commit is contained in:
parent
543b78652a
commit
71d1eec675
12 changed files with 31 additions and 31 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: 'install'
|
||||
- name: 'install prereqs'
|
||||
run: |
|
||||
python3 -m venv ~/venv
|
||||
~/venv/bin/pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue