mirror of
https://github.com/curl/curl.git
synced 2026-08-02 15:40:32 +03:00
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:
parent
c8d6643df2
commit
3c0604bba4
5 changed files with 26 additions and 20 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -461,7 +461,7 @@ jobs:
|
|||
make -C bld V=1
|
||||
fi
|
||||
|
||||
- name: 'curl version'
|
||||
- name: 'curl -V'
|
||||
run: bld/src/curl --disable --version
|
||||
|
||||
- name: 'curl install'
|
||||
|
|
@ -705,5 +705,5 @@ jobs:
|
|||
make -C bld V=1
|
||||
fi
|
||||
|
||||
- name: 'curl version'
|
||||
- name: 'curl -V'
|
||||
run: bld/src/curl --disable --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue