mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:33:33 +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
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
|
@ -130,7 +130,7 @@ jobs:
|
|||
make -C bld V=1 install
|
||||
fi
|
||||
|
||||
- name: 'curl version'
|
||||
- name: 'curl -V'
|
||||
timeout-minutes: 1
|
||||
run: |
|
||||
PATH=/usr/bin
|
||||
|
|
@ -332,7 +332,7 @@ jobs:
|
|||
make -C bld V=1 install
|
||||
fi
|
||||
|
||||
- name: 'curl version'
|
||||
- name: 'curl -V'
|
||||
timeout-minutes: 1
|
||||
run: |
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
|
|
@ -547,7 +547,7 @@ jobs:
|
|||
PATH="/d/my-cache/${MATRIX_DIR}/bin:$PATH"
|
||||
cmake --build bld
|
||||
|
||||
- name: 'curl version'
|
||||
- name: 'curl -V'
|
||||
timeout-minutes: 1
|
||||
run: |
|
||||
/usr/bin/find . \( -name '*.exe' -o -name '*.dll' -o -name '*.a' \) -exec file '{}' \;
|
||||
|
|
@ -907,7 +907,7 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
run: cmake --build bld --config "${MATRIX_TYPE}" --parallel 5
|
||||
|
||||
- name: 'curl version'
|
||||
- name: 'curl -V'
|
||||
timeout-minutes: 1
|
||||
run: |
|
||||
/usr/bin/find . \( -name '*.exe' -o -name '*.dll' -o -name '*.lib' -o -name '*.pdb' \) -exec file '{}' \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue