From: Viktor Szakats Date: Wed, 8 Oct 2025 17:07:03 +0000 (+0200) Subject: GHA/linux-old: sync terminology with other jobs [ci skip] X-Git-Tag: rc-8_17_0-2~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fe8ba5c275002da7deb26f3d549fdda8944cf82;p=thirdparty%2Fcurl.git GHA/linux-old: sync terminology with other jobs [ci skip] Cherry-picked from #18932 --- diff --git a/.github/workflows/linux-old.yml b/.github/workflows/linux-old.yml index c1415a981a..6c5b18c2cf 100644 --- a/.github/workflows/linux-old.yml +++ b/.github/workflows/linux-old.yml @@ -100,7 +100,7 @@ jobs: # when this job can get a libssh version 0.9.0 or later, this should get # that enabled again - - name: 'cmake generate (out-of-tree, c-ares, zstd, gssapi)' + - name: 'cmake configure (out-of-tree, c-ares, zstd, gssapi)' run: | mkdir bld-cares cd bld-cares @@ -137,7 +137,7 @@ jobs: - name: 'autoreconf' run: autoreconf -if - - name: 'configure (out-of-tree, c-ares, zstd, gssapi)' + - name: 'autotools configure (out-of-tree, c-ares, zstd, gssapi)' run: | mkdir bld-am cd bld-am