]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux-old: sync terminology with other jobs [ci skip]
authorViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 17:07:03 +0000 (19:07 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 8 Oct 2025 23:21:05 +0000 (01:21 +0200)
Cherry-picked from #18932

.github/workflows/linux-old.yml

index c1415a981a7363be19271a01d45e283755363a42..6c5b18c2cfcf878ceb55e8536e96e34481582471 100644 (file)
@@ -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